From 84d06f252e1637e76abd59478183c7afd4a80a9e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Sep 2011 08:48:48 +0000 Subject: tag & comment unused vars with /* UNUSED */ --- intern/smoke/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intern') diff --git a/intern/smoke/CMakeLists.txt b/intern/smoke/CMakeLists.txt index 228ff6ec389..6e1d3eb0ab4 100644 --- a/intern/smoke/CMakeLists.txt +++ b/intern/smoke/CMakeLists.txt @@ -83,8 +83,13 @@ set(SRC intern/tnt/tnt_version.h ) +# quiet -Wundef +add_definitions(-DDDF_DEBUG=0) + if(WITH_OPENMP) add_definitions(-DPARALLEL=1) +else() + add_definitions(-DPARALLEL=0) endif() if(WITH_FFTW3) -- cgit v1.2.3