Warnings: Difference between revisions

From vice-emu
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* strik (x86, Windows, 32bit, GCC)
* strik (x86, Windows, 32bit, GCC) (r22???)


<pre>
<pre>
Line 16: Line 16:
</pre>
</pre>


* common (Linux, GCC >= 4.4.2)
* common (Linux, GCC >= 4.4.2) (r22733)


<pre>
<pre>
Line 45: Line 45:
</pre>
</pre>


* gpz (x86, Linux/Gentoo, 64bit, GCC)
* gpz (x86, Linux/Gentoo, 64bit, GCC) (r22733)


<pre>
<pre>
Line 51: Line 51:
</pre>
</pre>


* gpz (PPC, Linux/Gentoo, 32bit, GCC)
* gpz (PPC, Linux/Gentoo, 32bit, GCC) (r22733)


<pre>
<pre>
-
-
</pre>
</pre>

Revision as of 21:54, 18 July 2010

  • strik (x86, Windows, 32bit, GCC) (r22???)
gfxoutputdrv:
doodledrv.c: In function ‘doodle_ted_hires_bitmap_mode_render’:
doodledrv.c:1496: warning: ‘fglum’ may be used uninitialized in this function
doodledrv.c:1502: warning: ‘bglum’ may be used uninitialized in this function
doodledrv.c: In function ‘doodle_sort_colors_colormap’:
doodledrv.c:504: warning: ‘highestindex’ may be used uninitialized in this function
doodledrv.c: In function ‘doodle_render_and_save’:
doodledrv.c:727: warning: ‘fgcolor’ may be used uninitialized in this function

cart:
spi-sdcard.c: In function ‘mmcreplay_execute_cmd’:
spi-sdcard.c:587: warning: integer constant is too large for ‘long’ type
  • common (Linux, GCC >= 4.4.2) (r22733)
Making all in monitor
mon_lex.l: At top level:
mon_lex.c:3093: warning: ‘yyunput’ defined but not used
mon_lex.c:3136: warning: ‘input’ defined but not used

Making all in c64dtv
In file included from ../maincpu.c:494,
                 from c64dtvcpu.c:473:
../6510core.c: In function ‘maincpu_mainloop’:
../6510core.c:1912: warning: dereferencing type-punned pointer will break strict-aliasing rules
../6510core.c:1912: warning: dereferencing type-punned pointer will break strict-aliasing rules
../6510core.c:1912: warning: dereferencing type-punned pointer will break strict-aliasing rules

top level:
network.c: In function ‘network_test_delay’:
network.c:306: warning: dereferencing type-punned pointer will break strict-aliasing rules
network.c:310: warning: dereferencing type-punned pointer will break strict-aliasing rules

resources.c: In function ‘resources_touch’:
resources.c:658: warning: dereferencing pointer ‘value_return.98’ does break strict-aliasing rules
resources.c:658: note: initialized from here
resources.c:661: warning: dereferencing pointer ‘value_return.99’ does break strict-aliasing rules
resources.c:661: note: initialized from here
resources.c:891: warning: ‘tmp’ may be used uninitialized in this function
  • gpz (x86, Linux/Gentoo, 64bit, GCC) (r22733)
-
  • gpz (PPC, Linux/Gentoo, 32bit, GCC) (r22733)
-