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:
parent
c7c138dbdf
commit
33150b22c6
1 changed files with 0 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue