Skip to content

Instantly share code, notes, and snippets.

@leto
Created July 22, 2011 17:46
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 leto/1099956 to your computer and use it in GitHub Desktop.
Save leto/1099956 to your computer and use it in GitHub Desktop.
g++ -I./include -I./include/pmc -g -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -g -D_POSIX_TIMERS -DCLOCK_BEST=CLOCK_MONOTONIC -DPIC -fPIC -falign-functions=16 -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winline -Wmissing-braces -Wno-missing-format-attribute -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsign-compare -Wstrict-aliasing -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wwrite-strings -Isrc/string -Isrc/ -o src/string/api.o -c src/string/api.c
src/string/api.c:46: warning: `static' is not at beginning of declaration
src/string/api.c:55: warning: `static' is not at beginning of declaration
src/string/api.c:63: warning: `static' is not at beginning of declaration
src/string/api.c:90: error: syntax error before `__attribute__'
*** Error code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment