Explorar el Código

Stupid warning!

Douglas William Thrift hace 14 años
padre
commit
3e0c30b7cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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