summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2013-03-24 10:27:46 +0100
committerSimon Josefsson <simon@josefsson.org>2013-03-24 10:27:46 +0100
commitf36dd027a9002fcd2eec72aa3f445e03b8c7984d (patch)
treef0768062d05657c52d0af05fbd026bbaf6b68814 /configure.ac
parent50e02f7e015ccd603d89039f1ad82a5b2eb9a25a (diff)
downloadlibtasn1-f36dd027a9002fcd2eec72aa3f445e03b8c7984d.tar.gz
Silence warnings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a49dccd..561aa07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
@@ -89,6 +89,7 @@ if test "$gl_gcc_warnings" = yes; then
gl_WARN_ADD([$w])
done
+ gl_WARN_ADD([-Wno-type-limits])
gl_WARN_ADD([-Wno-missing-field-initializers])
gl_WARN_ADD([-Wno-unused-parameter])
gl_WARN_ADD([-Wno-stack-protector]) # Some functions cannot be protected