aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-05-09 05:48:30 +0000
committerNathan Scott <nathans@sgi.com>2001-05-09 05:48:30 +0000
commit8285b39465450f2036bbd43fcfb7f95e2dd01690 (patch)
treef4353ad3aba5c07406b17bf67150e9679f519d67
parenta7ff858fe384857e47e7447b453faf985975635f (diff)
downloaddmapi-dev-8285b39465450f2036bbd43fcfb7f95e2dd01690.tar.gz
remove -Wno-parentheses - compiles fine without it.
-rw-r--r--include/builddefs.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index e3a044c..cd18f7d 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -61,9 +61,9 @@ PKG_DOC_DIR = @pkg_doc_dir@
# $(CXXFILES), or $(HFILES) and is used to construct the manifest list
# during the "dist" phase (packaging).
-CFLAGS += $(OPTIMIZER) $(DEBUG) -funsigned-char -Wall -Wno-parentheses \
+CFLAGS += $(OPTIMIZER) $(DEBUG) -funsigned-char -Wall -D_GNU_SOURCE \
$(LCFLAGS) $(CPPFLAGS) '-DVERSION="$(PKG_VERSION)"' \
- -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
+ -D_FILE_OFFSET_BITS=64
LDFLAGS = $(LLDFLAGS)
LDLIBS = $(LLDLIBS) $(MALLOCLIB)