# HG changeset patch # User Adam Chlipala # Date 1319634640 14400 # Node ID 1ced338f691a7e1af162ea8437fb8272f22f0188 # Parent ec466c1e082aa76a8b8fc0636704c214af4b7c3f Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X diff -r ec466c1e082a -r 1ced338f691a .hgignore --- 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 diff -r ec466c1e082a -r 1ced338f691a src/c/Makefile.am --- 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 diff -r ec466c1e082a -r 1ced338f691a src/c/Makefile.in --- 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: