CMakeLists.txt: enable two new compiler warnings
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 13 Jul 2013 09:05:00 +0000 (11:05 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 20 Jul 2013 22:20:06 +0000 (00:20 +0200)
commit7d098152afd41bf21d3815af58293f6ea58d296e
tree048e3df6d2751ea7116dce778ec13bd163c8c38a
parentf641ad3eaaada89be7816332f2804dad9d9ecd39
CMakeLists.txt: enable two new compiler warnings

Enable -Wsign-conversion as a strict compilation check for both gcc and
clang.

For clang also enable -Wshorten-64-to-32 as a strict compilation check.
CMakeLists.txt