Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created November 29, 2011 18:32
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 tadzik/1405864 to your computer and use it in GitHub Desktop.
Save tadzik/1405864 to your computer and use it in GitHub Desktop.
In file included from dynload_syms.c:34:0:
dynload_syms_elf.c: In function ‘dlSymsInit’:
dynload_syms_elf.c:128:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
dynload_syms_elf.c:134:5: warning: switch missing default case [-Wswitch-default]
dynload_syms_elf.c: In function ‘dlSymsName’:
dynload_syms_elf.c:172:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
dynload_syms_elf.c:175:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
dynload_syms_elf.c:176:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
cc1: some warnings being treated as errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment