changeset 1581:1ced338f691a

Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X
author Adam Chlipala <adam@chlipala.net>
date Wed, 26 Oct 2011 09:10:40 -0400
parents ec466c1e082a
children dfb38a333816
files .hgignore src/c/Makefile.am src/c/Makefile.in
diffstat 3 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri Oct 21 08:51:30 2011 -0400
+++ b/.hgignore	Wed Oct 26 09:10:40 2011 -0400
@@ -43,7 +43,6 @@
 *.pdf
 *.ps
 *.toc
-aclocal.m4
 
 .depend
 Makefile.coq
--- a/src/c/Makefile.am	Fri Oct 21 08:51:30 2011 -0400
+++ b/src/c/Makefile.am	Wed Oct 26 09:10:40 2011 -0400
@@ -7,4 +7,4 @@
 liburweb_static_la_SOURCES = static.c
 
 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@
-AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security
+AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations
--- a/src/c/Makefile.in	Fri Oct 21 08:51:30 2011 -0400
+++ b/src/c/Makefile.in	Wed Oct 26 09:10:40 2011 -0400
@@ -248,7 +248,7 @@
 liburweb_fastcgi_la_SOURCES = fastcgi.c
 liburweb_static_la_SOURCES = static.c
 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@
-AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security
+AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations
 all: all-am
 
 .SUFFIXES: