From 2ecb371950a12e77a8ffce36b2a8d812d0937fb9 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Wed, 14 Jan 2009 17:36:13 +0000 Subject: Removed a second declaration for BLI_uniquename. Also supressed cmake/gcc warnings about unused parameters since these are everywhere (sometimes with good reason, for callbacks) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 145528af752..85e4b862bf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,7 +197,7 @@ IF(UNIX) SET(PLATFORM_LINKFLAGS "-pthread") # Better warnings - SET(C_WARNINGS "-Wall -Wno-char-subscripts -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wredundant-decls -Wdeclaration-after-statement") + SET(C_WARNINGS "-Wall -Wno-char-subscripts -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wredundant-decls -Wdeclaration-after-statement -Wno-unused-parameter") INCLUDE_DIRECTORIES(/usr/include /usr/local/include) ENDIF(UNIX) -- cgit v1.2.3