Warnings: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
</pre>
</pre>


* gpz (Win32 crosscompile on Linux/mingw32, GCC 3.x) (r28471)
* gpz (Win32 crosscompile on Linux/mingw32, GCC 3.x) (r28473)


<pre>
<pre>
Making all in monitor
mon_assemble65816.c: In function `mon_assemble_instr':
mon_assemble65816.c: In function `mon_assemble_instr':
mon_assemble65816.c:162: warning: comparison is always true due to limited range of data type
mon_assemble65816.c:162: warning: comparison is always true due to limited range of data type
socket.c: In function `vice_network_server':
socket.c:411: warning: passing arg 4 of `setsockopt' from incompatible pointer type
</pre>
</pre>



Revision as of 12:30, 30 September 2014

  • gpz (x86, Linux/Gentoo, 64bit, GCC, GnomeUI) (r28471)
-
  • gpz (x86, Linux/Gentoo, 64bit, GCC, SDL) (r28471)
-
  • gpz (Win32 crosscompile on Linux/mingw32, GCC 3.x) (r28473)
mon_assemble65816.c: In function `mon_assemble_instr':
mon_assemble65816.c:162: warning: comparison is always true due to limited range of data type
  • strik (x86, Windows, 32bit, MSVC6, release build) (r22786)

For the debug build, some warnings are missing.

vice\src\zfile.c(202) : warning C4018: '<' : signed/unsigned mismatch
vice\src\monitor\mon_lex.c(2999) : warning C4018: '<' : signed/unsigned mismatch