diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:34:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:34:06 +0000 |
commit | 1f93fcd2d097106509747bb338287044f8feace6 (patch) | |
tree | fc6ce52599366d41f2b46d61b4c755edc290391e /Makeconf | |
parent | 601d0e2bd21fcc2b01e7106dfcbd8911ff91e767 (diff) |
(alllibs): Omit -Wno-parentheses.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |