projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc2a24
)
configure.ac: Add -Wmissing-prototypes.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 30 Jan 2014 18:28:49 +0000
(19:28 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 30 Jan 2014 18:28:49 +0000
(19:28 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b8171423f4d2960ea1cd27edf1c402fb892b249c..962c1b7e1ce3bcaa3684fb9f4804da6f3f464986 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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