diff options
author | rsc <devnull@localhost> | 2003-11-25 02:36:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-11-25 02:36:46 +0000 |
commit | 3765283ccfb8499b588ea12459990ec85e4526a2 (patch) | |
tree | 3bb0962cd2d5c15416453e0098d72c6871c49eb0 /bin/9c | |
parent | 6bb54fab15a423b10840b117d7f4a5d58798c52f (diff) | |
download | plan9port-3765283ccfb8499b588ea12459990ec85e4526a2.tar.gz plan9port-3765283ccfb8499b588ea12459990ec85e4526a2.tar.bz2 plan9port-3765283ccfb8499b588ea12459990ec85e4526a2.zip |
Silence some Mac OS X warnings.
Diffstat (limited to 'bin/9c')
-rwxr-xr-x | bin/9c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ usegcc() -Wno-parentheses \ -Wno-missing-braces \ -Wno-switch \ + -Wno-sign-compare \ " } |