Warnings: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
(Removed Xaw warnings for being old and fixed.)
Line 38: Line 38:
../../src/gfxoutputdrv/ffmpeglib.h:87:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
../../src/gfxoutputdrv/ffmpeglib.h:87:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
../../src/gfxoutputdrv/ffmpeglib.h:88:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
../../src/gfxoutputdrv/ffmpeglib.h:88:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
</pre>
* gpz (PPC, Linux/Gentoo, 32bit, GCC) (r22762) - XAW UI
note: warning: #warning "Files using this header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE" removed
<pre>
Making all in widgets                                                                                                                                       
Canvas.c:78: warning: initialization from incompatible pointer type                                                                                         
Canvas.c:79: warning: initialization from incompatible pointer type                                                                                         
Canvas.c:80: warning: initialization from incompatible pointer type                                                                                         
In file included from DirMgr.c:39:                                                                                                                         
DirMgr.h:86: warning: function declaration isn’t a prototype                                                                                               
                                                                                             
TextField.c:147: warning: initialization from incompatible pointer type                                                                                     
TextField.c:149: warning: initialization from incompatible pointer type                                                                                     
TextField.c: In function ‘ConvertSelection’:                                                                                                               
TextField.c:786: warning: passing argument 6 of ‘XmuConvertStandardSelection’ from incompatible pointer type                                               
/usr/include/X11/Xmu/StdSel.h:43: note: expected ‘char **’ but argument is of type ‘Atom **’                                                               
x11video.c:272: warning: function declaration isn’t a prototype                                                                                             
                                                                                       
x11ui.c:164: warning: function declaration isn’t a prototype                                                                                               
x11ui.c: In function ‘ui_display_statustext’:                                                                                                               
x11ui.c:2304: warning: format not a string literal and no format arguments                                                                                 
x11ui.c: At top level:                                                                                                                                     
x11ui.c:163: warning: ‘freeBlankCursor’ defined but not used                                                                                               
</pre>
</pre>



Revision as of 01:02, 11 January 2013

  • common (Linux, GCC >= 4.4.2) (r25058)
Making all in monitor
mon_lex.c:3246:17: warning: ‘yyunput’ defined but not used
mon_lex.c:3287:16: warning: ‘input’ defined but not used

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

top level:
network.c: In function ‘network_test_delay’:
network.c:306:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
network.c:310:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
  • common, if readline is not installed (Linux, GCC >= 4.4.2) (r25035)
-
  • gpz (x86, Linux/Gentoo, 64bit, GCC) (r25009)

note: this is with ffmpeg-0.7.8

Making all in gfxoutputdrv
In file included from ffmpegdrv.c:35:0:
ffmpeglib.h:87:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
ffmpeglib.h:88:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
In file included from ffmpeglib.c:32:0:
../../src/gfxoutputdrv/ffmpeglib.h:87:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
../../src/gfxoutputdrv/ffmpeglib.h:88:1: warning: ‘ByteIOContext’ is deprecated (declared at /usr/include/libavformat/avio.h:50)
  • 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
  • gpz (Win32 crosscompile on Linux/mingw32, GCC 3.x) (r25129)
Making all in sid
sid-resources.c: In function `add_sid_engine_models':
sid-resources.c:454: warning: assignment discards qualifiers from pointer target type

Making all in win32
ui-resources.c: In function `set_single_cpu':
ui-resources.c:121: warning: passing arg 2 of `GetProcessAffinityMask' from incompatible pointer type
ui-resources.c:121: warning: passing arg 3 of `GetProcessAffinityMask' from incompatible pointer type
uimon.c: In function `iOpenGeneric':
uimon.c:385: warning: passing arg 1 of `uimon_icep' from incompatible pointer type
uimon.c: In function `generic_window_proc':
uimon.c:2412: warning: passing arg 1 of `uimon_iep' from incompatible pointer type