Skip to content

Instantly share code, notes, and snippets.

@yappo
Created February 13, 2009 05:54
Show Gist options
  • Save yappo/63071 to your computer and use it in GitHub Desktop.
Save yappo/63071 to your computer and use it in GitHub Desktop.
gcc -D_REENTRANT -I. -I.. -fno-strict-aliasing -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Winline --param max-inline-insns-single=12000 --param large-function-growth=28000 --param inline-unit-growth=400 -MT com.lo -MD -MP -MF .deps/com.Tpo -c com.c -fno-common -DPIC -o .libs/com.o
com.c: In function 'grn_com_event_poll':
com.c:255: error: 'dummy' undeclared (first use in this function)
com.c:255: error: (Each undeclared identifier is reported only once
com.c:255: error: for each function it appears in.)
make[2]: *** [com.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment