소스 검색

Stupid warning!

Douglas William Thrift 14 년 전
부모
커밋
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