]> Cypherpunks repositories - gostls13.git/commit
5c, 6c, 6l: fix Plan 9 build warnings
authorLucio De Re <lucio.dere@gmail.com>
Tue, 16 Aug 2011 18:22:08 +0000 (14:22 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Aug 2011 18:22:08 +0000 (14:22 -0400)
commitc8c6e1961d5c8a00138d96d27a3705792110d82b
tree8cc60de558a552e160b1d7af21a4e90729cce58a
parent93ecb5bb1ba923dc86e36147ff8c8b0b61640a09
5c, 6c, 6l: fix Plan 9 build warnings

src/cmd/5c/reg.c:
. Added USED() attribute.

src/cmd/6c/cgen.c:
. Revised code around "REGARG" to resemble use in "8c" and
  consequently remove a warning.

src/cmd/6l/asm.c:
. Added USED() attributes.
. Removed an unnecessary assignment.

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4836045
src/cmd/5c/reg.c
src/cmd/6c/cgen.c
src/cmd/6l/asm.c