summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-05-27 15:36:49 +0200
committerMax Kellermann <max@musicpd.org>2020-05-27 16:17:28 +0200
commit8fdc6dec44d476204bf31ab6b59de2ac78ea28b4 (patch)
tree2d6c2e2334b91e96deab56ad7bc7779f5732bc17 /meson.build
parent5e93e882c989f7cbd64ecd6b4a60c5cd32d5f08c (diff)
meson.build: default to warning_level=3
Enables `-Wpedantic`.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ed1a36eb2..9fd6cad18 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
default_options: [
'c_std=c99',
'cpp_std=c++17',
- 'warning_level=2',
+ 'warning_level=3',
],
license: 'GPLv2+',
)