[430] trunk/darwinup/Makefile
Revision: 430 http://trac.macosforge.org/projects/darwinbuild/changeset/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: -------------- trunk/darwinup/Makefile Modified: trunk/darwinup/Makefile =================================================================== --- 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 \
participants (1)
-
source_changes@macosforge.org