diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 20:24:35 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 20:24:35 +0100 |
commit | f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5 (patch) | |
tree | f28d55cc155e673e03fbaad171a29fd1ca32e57a /configure.ac | |
parent | 1153d7fa1ba99b6320cfc152395508692480440d (diff) | |
download | libtasn1-f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5.tar.gz libtasn1-f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5.tar.bz2 libtasn1-f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5.zip |
Added asn1_decode_string_der() and asn1_encode_string_der().
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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? |