From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sat, 13 Jul 2013 09:05:00 +0000 (+0200)
Subject: CMakeLists.txt: enable two new compiler warnings
X-Git-Tag: v0.1.4~22
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/7d098152afd41bf21d3815af58293f6ea58d296e?ds=inline;hp=7d098152afd41bf21d3815af58293f6ea58d296e

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.
---