summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-25 14:03:55 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-09-25 17:20:35 +0200
commit4e282eb845c68d70093dda2c078604d52e8fee87 (patch)
tree806c055d99b861894d801d5c4caa8cd5fe9951fa /configure.ac
parent18b1e9fba95ce50d47c2199920f6727f26de4063 (diff)
Add -Wmissing-prototypes compiler warning
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index be1075f9..a220155f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,6 +273,7 @@ AM_CFLAGS="\
-Wfloat-equal\
-Wmissing-format-attribute\
-Wmissing-noreturn\
+ -Wmissing-prototypes\
-Wpointer-arith\
-Wshadow\
-Wstrict-prototypes\

© 2014-2024 Faster IT GmbH | imprint | privacy policy