build bit for CROSS_TO_WASM=1
../win/shim/winshim.c:194:23: error: unused parameter 'wri' [-Werror,-Wunused-parameter]
194 | win_request_info *wri) {
| ^
1 error generated.
This commit is contained in:
@@ -191,7 +191,7 @@ win_request_info *
|
|||||||
shim_ctrl_nhwindow(
|
shim_ctrl_nhwindow(
|
||||||
winid window UNUSED,
|
winid window UNUSED,
|
||||||
int request UNUSED,
|
int request UNUSED,
|
||||||
win_request_info *wri) {
|
win_request_info *wri UNUSED) {
|
||||||
return (win_request_info *) 0;
|
return (win_request_info *) 0;
|
||||||
}
|
}
|
||||||
#else /* !__EMSCRIPTEN__ */
|
#else /* !__EMSCRIPTEN__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user