summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2023-12-04 13:03:43 +0000
committerPhilip Withnall <pwithnall@gnome.org>2023-12-04 13:12:21 +0000
commit455514898c11b9294c392f92170ef6802aa4ed2b (patch)
treefb9c8f5675cb2acc0be8ba6fe76a22cadb78b4d0
parent14a32bd8f477237031a5e10856d0d6789d5509dc (diff)
build: Enable warning_level=3 for Meson
The more warnings, the better the code. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ef83b2a..0b504c6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('xdgmime', 'c',
version: '0.0',
- default_options: ['c_std=c99', 'warning_level=1', 'debug=true'],
+ default_options: ['c_std=c99', 'warning_level=3', 'debug=true'],
meson_version: '>=0.48.0',
)