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
src/debug.cpp: In function 'std::__cxx11::string windows_version()':
src/debug.cpp:1018:65: error: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'RtlGetVersion' {aka 'long int (*)(_OSVERSIONINFOW*)'} [-Werror=cast-function-type]
"RtlGetVersion" ) );
^
cc1plus.exe: all warnings being treated as errors
make: *** [Makefile:768: objwin/tiles/debug.o] Error 1
Describe the bug
I've encountered an error after a recent pull.
63b649f#commitcomment-33656258
Steps To Reproduce
at relevant commit,
Expected behavior
compilation without error
Screenshots
Versions and configuration
The text was updated successfully, but these errors were encountered: