Skip to content

Instantly share code, notes, and snippets.

Created May 13, 2012 16:09
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 anonymous/2689092 to your computer and use it in GitHub Desktop.
Save anonymous/2689092 to your computer and use it in GitHub Desktop.
stdin
Making all in src/c
make[1]: Entering directory `/home/patrick/tmp/urweb-20120512/src/c'
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/urweb -I../../include/urweb -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations -g -O2 -MT fastcgi.lo -MD -MP -MF .deps/fastcgi.Tpo -c -o fastcgi.lo fastcgi.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include/urweb -I../../include/urweb -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations -g -O2 -MT fastcgi.lo -MD -MP -MF .deps/fastcgi.Tpo -c fastcgi.c -fPIC -DPIC -o .libs/fastcgi.o
fastcgi.c: In function 'fastcgi_recv':
fastcgi.c:87:9: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
fastcgi.c:87:9: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
fastcgi.c:88:9: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
fastcgi.c:92:9: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
fastcgi.c:92:9: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
fastcgi.c:93:9: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
cc1: all warnings being treated as errors
make[1]: *** [fastcgi.lo] Error 1
make[1]: Leaving directory `/home/patrick/tmp/urweb-20120512/src/c'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment