Clang doesn't like -Wno-unused-but-set-variable
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 11 Aug 2011 08:08:58 +0000 (10:08 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 11 Aug 2011 08:08:58 +0000 (10:08 +0200)
commit805564dcf2cf2f55fb4860f8224ae82edee75395
tree1c385db00f41c6bcde72cca4d45dd10f6e4d8ef8
parent76fb792544a794d22c439b6f2731f4be5911438e
Clang doesn't like -Wno-unused-but-set-variable

The release versions of CMake don't yet properly support flag checking
in Clang, so we need to exclude it explicitly for the time being.
src/CMakeLists.txt