Browse Source

Stupid warning!

Douglas William Thrift 14 years ago
parent
commit
3e0c30b7cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GNUmakefile

+ 1 - 1
GNUmakefile

@@ -19,7 +19,7 @@
 #  limitations under the License.
 
 CXXFLAGS ?= -g -O2
-CXXFLAGS += -Wall -Wno-long-long
+override CXXFLAGS += -Wall -Wno-long-long -Wno-parentheses
 LDLIBS := -lkvm -lncurses
 TARNAME := $(shell sed -e 's/^\#define DTPSTREE_PROGRAM "\(.*\)"$$/\1/p;d' dtpstree.cpp)-$(shell sed -e 's/^\#define DTPSTREE_VERSION "\(.*\)"$$/\1/p;d' dtpstree.cpp)
 PREFIX ?= /usr/local