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
$ gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
When I compile, I get the following warning:
The program compiles and the tests pass, so it looks like this warning is non-critical.
From looking around, I found an SO question/answer that offers a solution.
Adding the
-D_XOPEN_SOURCE=600
option togcc
in theMakefile
fixes the issue for me:My system information:
The text was updated successfully, but these errors were encountered: