• Anthony Martin's avatar
    gc, 8g, 8l: fix a handful of warnings · dbec4210
    Anthony Martin authored
    8g/cgen.c
            print format type mismatch
    
    8l/asm.c
            resoff set and not used
    
    gc/pgen.c
            misleading comparison INT > 0x80000000
    
    gc/reflect.c
            dalgsym must be static to match forward declaration
    
    gc/subr.c
            assumed_equal set and not used
            hashmem's second argument is not used
    
    gc/walk.c
            duplicated (unreachable) code
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/5651079
    dbec4210
Name
Last commit
Last update
..
8.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
doc.go Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
prof.c Loading commit data...
span.c Loading commit data...