Created
November 8, 2015 21:37
-
-
Save jonm/84b997b56cc1631b40b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/src/SillyMUD/src]$ make | |
gcc -g -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -Werror -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -c -o act.info.o act.info.c | |
act.info.c:2005:14: error: address of array 'd->host' will always evaluate to | |
'true' [-Werror,-Wpointer-bool-conversion] | |
if (d->host && *d->host) { | |
~~~^~~~ ~~ | |
1 error generated. | |
make: *** [act.info.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment