Bläddra i källkod

Stupid warning!

Douglas William Thrift 14 år sedan
förälder
incheckning
3e0c30b7cf
1 ändrade filer med 1 tillägg och 1 borttagningar
  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