Changes between Version 12 and Version 13 of BuildWarnings

Show
Ignore:
Timestamp:
11/24/10 16:25:40 (11 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildWarnings

    v12 v13  
    33---- 
    44 
     5Latest batch from OS X 10.6.4, gcc 4.2.1, @ 31eeb30 
     6 
     7{{{ 
     8src/dynext.c:687: warning: ‘handle’ may be used uninitialized in this function 
     9src/gc/system.c:341: warning: signed and unsigned type in conditional expression 
     10src/gc/fixed_allocator.c:398: warning: comparison between signed and unsigned 
     11src/gc/fixed_allocator.c:442: warning: comparison of distinct pointer types lacks a cast 
     12src/gc/fixed_allocator.c:445: warning: comparison of distinct pointer types lacks a cast 
     13src/global_setup.c:202:5: warning: "PARROT_HAS_LIBFFI" is not defined 
     14src/hash.c:701: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’ 
     15src/hash.c:702: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’ 
     16src/library.c:449: warning: comparison between signed and unsigned 
     17src/nci/signatures.c:184: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’ 
     18src/nci/signatures.c:188: warning: switch missing default case 
     19config/gen/platform/darwin/sysmem.c:37: warning: no previous prototype for ‘Parrot_sysmem_amount’ 
     20src/runcore/main.c:343: warning: comparison between signed and unsigned 
     21src/runcore/main.c:345: warning: cast discards qualifiers from pointer target type 
     22src/runcore/main.c:348: warning: cast discards qualifiers from pointer target type 
     23src/runcore/main.c:349: warning: cast discards qualifiers from pointer target type 
     24src/runcore/profiling.c:632: warning: comparison between signed and unsigned 
     25src/packfile.c:2611: warning: comparison between signed and unsigned 
     26src/packfile.c:2653: warning: comparison between signed and unsigned 
     27src/packfile.c:2715: warning: comparison between signed and unsigned 
     28src/packfile.c:2777: warning: comparison between signed and unsigned 
     29./src/pmc/oplib.pmc:95: warning: comparison between signed and unsigned 
     30./src/pmc/oplib.pmc:128: warning: comparison between signed and unsigned 
     31./src/pmc/imageiothaw.pmc:240: warning: cast discards qualifiers from pointer target type 
     32./src/pmc/imageiothaw.pmc:220: warning: cast discards qualifiers from pointer target type 
     33./src/pmc/imageiothaw.pmc:276: warning: cast discards qualifiers from pointer target type 
     34/opt/local/include/unicode/uset.h:250: warning: function declaration isn’t a prototype 
     35compilers/imcc/optimizer.c:806: warning: cast discards qualifiers from pointer target type 
     36compilers/imcc/parser_util.c:233: warning: cast discards qualifiers from pointer target type 
     37compilers/imcc/pbc.c:1690: warning: cast discards qualifiers from pointer target type 
     38src/glut_callbacks.c:1037: warning: ‘glutWMCloseFunc’ is deprecated (declared at /System/Library/Frameworks/GLUT.framework/Headers/glut.h:469) 
     39src/glut_callbacks.c:1039: warning: ‘glutWMCloseFunc’ is deprecated (declared at /System/Library/Frameworks/GLUT.framework/Headers/glut.h:469) 
     40ld: warning: directory '/Users/coke/sandbox/parrot/blib/lib' following -L not found 
     41src/glut_nci_thunks.c:6249: warning: no previous prototype for ‘Parrot_glut_nci_loader’ 
     42src/extra_nci_thunks.c:6703: warning: no previous prototype for ‘Parrot_lib_extra_nci_thunks_init’ 
     43}}} 
     44 
     45 
     46---- 
    547 
    648The following warnings appear for me (Infinoid) on x86-64 gentoo linux, but are caused by system headers and thus are not Parrot's fault: