summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-13 16:07:49 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-13 16:07:49 +0000
commite9f30037e3c8d3602f8409a633d95b77be43adb2 (patch)
treeb22ebebda022ef7b7cec1774f8e3b5815957b25f /gnu/usr.bin
parenta4b335b6e9fa97badb9d1ad110ba8922d1b1dfc9 (diff)
Remove the check for char subscripts in -Wall again, somehow this
got lost in the gcc 2.8.1 upgrade.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc/c-decl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/c-decl.c b/gnu/usr.bin/gcc/c-decl.c
index 9691e7c423c..5d38c1abffe 100644
--- a/gnu/usr.bin/gcc/c-decl.c
+++ b/gnu/usr.bin/gcc/c-decl.c
@@ -776,7 +776,6 @@ c_decode_option (p)
warn_unused = 1;
warn_switch = 1;
warn_format = 1;
- warn_char_subscripts = 1;
warn_parentheses = 1;
warn_missing_braces = 1;
/* We set this to 2 here, but 1 in -Wmain, so -ffreestanding can turn