Skip to content

Instantly share code, notes, and snippets.

@directhex
Created August 19, 2014 15:57
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 directhex/cea26f874987521c514d to your computer and use it in GitHub Desktop.
Save directhex/cea26f874987521c514d to your computer and use it in GitHub Desktop.
mark_rts.c: In function ‘GC_approx_sp’:
mark_rts.c:383:5: warning: function returns address of local variable [enabled by default]
mono-conc-hashtable.c: In function ‘mix_hash’:
mono-conc-hashtable.c:75:2: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
mono-conc-hashtable.c: At top level:
mono-conc-hashtable.c:79:1: warning: always_inline function might not be inlinable [-Wattributes]
mono-conc-hashtable.c:73:1: warning: always_inline function might not be inlinable [-Wattributes]
unwind.c: In function ‘mono_unwind_frame’:
unwind.c:603:63: warning: ‘cfa_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
unwind.c:603:52: warning: ‘cfa_reg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
unwind.c: In function ‘mono_unwind_frame’:
unwind.c:603:63: warning: ‘cfa_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
unwind.c:603:52: warning: ‘cfa_reg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment