mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
dd: fix apple gcc return warning (even Go can handle this one, Apple!)
R=rsc http://codereview.appspot.com/5068043
This commit is contained in:
parent
48107872ba
commit
a59b2edeb3
1 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,8 @@ loop:
|
|||
c &= 0377;
|
||||
(*conv)(c);
|
||||
goto loop;
|
||||
|
||||
return 0; // shut up apple gcc
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue