From 3c6dc3613a00da2f302ed3e8a295438eedd3e649 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 26 Oct 2011 09:10:40 -0400 Subject: Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X --- src/c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/Makefile.am') diff --git a/src/c/Makefile.am b/src/c/Makefile.am index 467e75cb..c11596bd 100644 --- a/src/c/Makefile.am +++ b/src/c/Makefile.am @@ -7,4 +7,4 @@ 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 -- cgit v1.2.3