mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
shut up compiler
This commit is contained in:
parent
4f36200efb
commit
989e6dc3ac
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ demangle(char *s, char *buf, int strip)
|
|||
char *r, *w;
|
||||
int i, nangle, nparen;
|
||||
|
||||
t = nil;
|
||||
for(i=0; i<nelem(demanglers); i++){
|
||||
t = demanglers[i](s, buf);
|
||||
if(t != s)
|
||||
|
|
Loading…
Reference in a new issue