You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ Compiling os_nix.c
../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c: In function ‘wiiuse_os_poll’:
../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c:322:29: error: implicit declaration of function ‘wiiuse_os_read’; did you mean ‘wiiuse_os_find’? [-Wimplicit-function-declaration]
322 | r = wiiuse_os_read(wm[i], read_buffer, sizeof(read_buffer));
| ^~~~~~~~~~~~~~
| wiiuse_os_find
make: *** [Makefile:249: build/intermediate/Debug/os_nix_4c40caab.o] Error 1
make: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
$ Compiling os_nix.c
../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c: In function ‘wiiuse_os_poll’:
../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c:322:29: error: implicit declaration of function ‘wiiuse_os_read’; did you mean ‘wiiuse_os_find’? [-Wimplicit-function-declaration]
322 | r = wiiuse_os_read(wm[i], read_buffer, sizeof(read_buffer));
| ^~~~~~~~~~~~~~
| wiiuse_os_find
make: *** [Makefile:249: build/intermediate/Debug/os_nix_4c40caab.o] Error 1
make: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered: