Skip to content

Instantly share code, notes, and snippets.

@hardening
Created April 22, 2021 09:51
Show Gist options
  • Save hardening/316523445629d6769daeea1f193e0c64 to your computer and use it in GitHub Desktop.
Save hardening/316523445629d6769daeea1f193e0c64 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/Make/label/macosx/source/client/X11/xf_client.c:1660: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