summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-23 20:24:35 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-23 20:24:35 +0100
commitf4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5 (patch)
treef28d55cc155e673e03fbaad171a29fd1ca32e57a /configure.ac
parent1153d7fa1ba99b6320cfc152395508692480440d (diff)
downloadlibtasn1-f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5.tar.gz
Added asn1_decode_string_der() and asn1_encode_string_der().
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 0acd74a..839fc6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,7 @@ if test "$gl_gcc_warnings" = yes; then
nw="$nw -Wundef" #
nw="$nw -Wunreachable-code" # Too many false positives
nw="$nw -Wunused-macros" # Breaks on bison generated ASN1.c
+ nw="$nw -Wswitch-default" # Breaks on bison generated ASN1.c
nw="$nw -Wunsafe-loop-optimizations"
nw="$nw -Wstrict-overflow"
nw="$nw -Wsuggest-attribute=pure" # Is it worth using pure attributes?