Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hardening/ddc232499b18f5360d83dc33de249ce6 to your computer and use it in GitHub Desktop.
Save hardening/ddc232499b18f5360d83dc33de249ce6 to your computer and use it in GitHub Desktop.
[ 98%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_client.c.o
/Users/freerdp/ci.freerdp.com/workspace/osx/CMAKE_GENERATOR/Unix Makefiles/label/macosx/source/client/X11/xf_client.c:1639:15: warning: result of comparison of constant 258 with expression of type 'BOOL' (aka 'signed char') is always true [-Wtautological-constant-out-of-range-compare]
if ((status != WAIT_TIMEOUT) && (waitStatus == WAIT_OBJECT_0))
~~~~~~ ^ ~~~~~~~~~~~~
1 warning generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment