Douglas William Thrift 14 лет назад
Родитель
Сommit
3e0c30b7cf
1 измененных файлов с 1 добавлено и 1 удалено
  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