aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9c b/bin/9c
index 656ba84d..5e1a44ab 100755
--- a/bin/9c
+++ b/bin/9c
@@ -138,7 +138,7 @@ case "$tag" in
u=`uname`
v=`uname -r`
s=`echo $u$v | tr '. ' '__'`
- cflags="$cflags -g"
+ cflags="$cflags -g -Wformat=0"
cflags="$cflags -D__sun__ -D__${s}__"
;;
*AIX*) usexlc