Enable fatal warnings for valac.

Doesn't catch anything at the moment, but good to have in case it does in
the future.
This commit is contained in:
Michael James Gratton 2016-06-20 17:35:27 +10:00
parent 99283d4ec9
commit a2519ff30e

View file

@ -574,6 +574,7 @@ set(VALAC_OPTIONS
--enable-checking
--debug
--enable-deprecated
--fatal-warnings
${EXTRA_VALA_OPTIONS}
)