Remove C warning suppression hack from meson build.

Meson suppresses all cpp warnings anyway, and valac has recently improved
on the amount of warning spew its c code generates.
This commit is contained in:
Michael James Gratton 2018-04-15 21:56:02 +10:00
parent c7c138dbdf
commit 33150b22c6

View file

@ -38,10 +38,6 @@ geary_c_options = [
# Select libunwind's optimised, local-only backtrace unwiding. See
# libunwind(3).
'-DUNW_LOCAL_ONLY',
# Vala causes a _lot_ of these to be emitted for otherwise valid
# code. Suppress them so we can actually see more useful warnings.
'-Wno-incompatible-pointer-types',
'-Wno-discarded-qualifiers',
]
subdir('sqlite3-unicodesn')