Commit 4ba677c6 authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

gc: silence Plan 9 warnings

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4975055
parent 21e49cbb
......@@ -1260,6 +1260,8 @@ addvalue(InitPlan *p, vlong xoffset, Node *key, Node *n)
InitPlan *q;
InitEntry *e;
USED(key);
// special case: zero can be dropped entirely
if(iszero(n)) {
p->zero += n->type->width;
......
......@@ -1031,7 +1031,6 @@ reswitch:
}
n->left = args->n;
n->right = args->next->n;
args = nil;
n->list = nil;
n->type = types[TINT];
typecheck(&n->left, Erv);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment