mirror of
https://github.com/golang/go
synced 2024-11-21 19:14:44 -07:00
arm: cleanup build warnings
trivial stuff lex.c: these prototypes are in a.h asm.c: unused variables arm-pass.txt deal w/ sieve.go rename and addition of sieve2.go R=kaib, rsc CC=golang-dev https://golang.org/cl/244041
This commit is contained in:
parent
96c9603a43
commit
5b1a196c37
@ -46,9 +46,6 @@ systemtype(int sys)
|
||||
return sys&Plan9;
|
||||
}
|
||||
|
||||
void* alloc(int32);
|
||||
void* allocn(void*, int32, int32);
|
||||
|
||||
void
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
@ -195,8 +195,8 @@ vlong elfstr[NElfStr];
|
||||
void
|
||||
doelf(void)
|
||||
{
|
||||
Sym *s, *shstrtab, *dynamic, *dynstr, *d;
|
||||
int h, nsym, t;
|
||||
Sym *s, *shstrtab, *dynamic, *dynstr;
|
||||
int h, nsym;
|
||||
|
||||
if(!iself)
|
||||
return;
|
||||
|
@ -8,7 +8,8 @@ chan/perm.go
|
||||
chan/powser1.go
|
||||
chan/powser2.go
|
||||
chan/select.go
|
||||
chan/sieve.go
|
||||
chan/sieve1.go
|
||||
chan/sieve2.go
|
||||
chancap.go
|
||||
char_lit.go
|
||||
closedchan.go
|
||||
|
Loading…
Reference in New Issue
Block a user