Warnings: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
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: In function `vice_network_server': |
Revision as of 12:18, 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) (r28471)
Making all in monitor mon_assemble65816.c: In function `mon_assemble_instr': 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
- 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