Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-06-20 22:48:29 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-06-20 23:24:48 +0300
commit27f0b245e0571849c22a32fc6be74d40d926ad83 (patch)
tree46971df7765c3bc329027042c111d002c95f8665 /meson.build
parenta336f470edde80bb2252b99b2d1cbd7cd40f17d0 (diff)
build: add -Wstrict-prototypes to the compiler arguments
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ebbd092..3c8a5e7 100644
--- a/meson.build
+++ b/meson.build
@@ -247,6 +247,7 @@ if cc.get_argument_syntax() != 'msvc'
'-Wno-maybe-uninitialized',
'-Wno-missing-field-initializers',
'-Wno-unused-parameter',
+ '-Wstrict-prototypes',
'-Werror=missing-prototypes',
'-Wshorten-64-to-32',
]