Enable additional Linux warnings, for loader/layers/demos.
authorIan Elliott <ian@lunarg.com>
Fri, 13 Feb 2015 21:04:01 +0000 (14:04 -0700)
committerIan Elliott <ian@lunarg.com>
Fri, 13 Feb 2015 23:33:18 +0000 (16:33 -0700)
commitf6da0ddd4d4212667ff822576f7cc4e592b63a33
treeebce416f7af3234c26a389e099a3458aec105e50
parent29d47fedf708c0324b5aa6b39fc47bca4cd22f3c
Enable additional Linux warnings, for loader/layers/demos.

The intention is for Linux developers to catch more problems (real or
annoyance) before porting to Windows.

The new warnings are:

-Wpointer-arith
-Wsign-compare

These are not used for the Intel sample driver (mostly because the Intel
compiler from Mesa3D generates lots of these warnings, which code we don't want
to modify), nor for the tests.

Not sure how this affects Glave on Linux.
CMakeLists.txt
layers/CMakeLists.txt
loader/CMakeLists.txt