]> Cypherpunks repositories - gostls13.git/commit
gc, 8g, 8l: fix a handful of warnings
authorAnthony Martin <ality@pbrane.org>
Mon, 13 Feb 2012 07:07:31 +0000 (23:07 -0800)
committerAnthony Martin <ality@pbrane.org>
Mon, 13 Feb 2012 07:07:31 +0000 (23:07 -0800)
commitdbec42104f5a7b177ed04098ca4cfb7a1659b9b1
tree0fa15085df3dd22e043d41428048e526956ffcef
parentc53b73455bdc2ca7ae6bc9f5e92984ba6682dc45
gc, 8g, 8l: fix a handful of warnings

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
src/cmd/8g/cgen.c
src/cmd/8l/asm.c
src/cmd/gc/pgen.c
src/cmd/gc/reflect.c
src/cmd/gc/subr.c
src/cmd/gc/walk.c