From ae769400a731fceb20f1cc98d5e10b194af83975 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Sat, 3 Dec 2005 14:40:01 +0000 Subject: [PATCH] added warn_off on unix CONFIG flags --- src/meshlab/meshlab.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlab/meshlab.pro b/src/meshlab/meshlab.pro index af332a81d..ddda871b9 100644 --- a/src/meshlab/meshlab.pro +++ b/src/meshlab/meshlab.pro @@ -39,5 +39,5 @@ unix{ QMAKE_CC = gcc-3.3 QMAKE_CXX = g++-3.3 QMAKE_LINK = gcc-3.3 - CONFIG += debug + CONFIG += warn_off debug }