Revision
430
Author
wsiegrist@apple.com
Date
2008-12-09 16:19:20 -0800 (Tue, 09 Dec 2008)

Log Message

Silence warnings from gcc 4.0.1

Modified Paths

Diff

Modified: trunk/darwinup/Makefile (429 => 430)


--- trunk/darwinup/Makefile	2008-12-10 00:05:11 UTC (rev 429)
+++ trunk/darwinup/Makefile	2008-12-10 00:19:20 UTC (rev 430)
@@ -1,6 +1,6 @@
 include ../common.mk
 
-CXXFLAGS=-g -Wall -Werror
+CXXFLAGS=-g -Wall -Werror -Wno-non-virtual-dtor
 # libredo.o is generated from cctools_ofiles
 REDO=$(shell if [ -f /usr/local/lib/libredo_prebinding.a ]; then \
 		echo /usr/local/lib/libredo_prebinding.a ; else \