]> sigrok.org Git - libsigrokdecode.git/commitdiff
configure.ac: Add -Wmissing-prototypes.
authorUwe Hermann <redacted>
Thu, 30 Jan 2014 18:28:49 +0000 (19:28 +0100)
committerUwe Hermann <redacted>
Thu, 30 Jan 2014 18:28:49 +0000 (19:28 +0100)
configure.ac

index b8171423f4d2960ea1cd27edf1c402fb892b249c..962c1b7e1ce3bcaa3684fb9f4804da6f3f464986 100644 (file)
@@ -44,7 +44,7 @@ AH_BOTTOM([#endif /* SRD_CONFIG_H */])
 
 # Enable more compiler warnings via -Wall and -Wextra. Add -fvisibility=hidden
 # and enforce use of SRD_API to explicitly mark all public API functions.
-CFLAGS="$CFLAGS -Wall -Wextra -fvisibility=hidden"
+CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -fvisibility=hidden"
 
 # Checks for programs.
 AC_PROG_CC