Skip to content

Instantly share code, notes, and snippets.

@jonm
Created November 8, 2015 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonm/84b997b56cc1631b40b8 to your computer and use it in GitHub Desktop.
Save jonm/84b997b56cc1631b40b8 to your computer and use it in GitHub Desktop.
[~/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