summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-20 01:34:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-20 01:34:06 +0000
commit1f93fcd2d097106509747bb338287044f8feace6 (patch)
treefc6ce52599366d41f2b46d61b4c755edc290391e /Makeconf
parent601d0e2bd21fcc2b01e7106dfcbd8911ff91e767 (diff)
(alllibs): Omit -Wno-parentheses.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index fb606bf4..6aab0b4b 100644
--- a/Makeconf
+++ b/Makeconf
@@ -113,7 +113,7 @@ include $(srcdir)/Maketools
# library header files locally rather than from installed copies.
# Append to any value set by the specific Makefile.
CPPFLAGS += -I$(srcdir)
-CFLAGS += -Wall -Wno-parentheses -g
+CFLAGS += -Wall -g
# Standard targets