Created
August 19, 2014 15:57
-
-
Save directhex/cea26f874987521c514d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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