Commit fece09e5 authored by Lucio De Re's avatar Lucio De Re Committed by Nigel Tao

cmd/8l/asm.c: Unused function arguments, suppress warnings.

R=golang-dev, nigeltao
CC=golang-dev
https://golang.org/cl/7304069
parent d8630694
......@@ -104,6 +104,9 @@ lookuprel(void)
void
adddynrela(Sym *rela, Sym *s, Reloc *r)
{
USED(rela);
USED(s);
USED(r);
sysfatal("adddynrela not implemented");
}
......
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