diff src/c/Makefile.am @ 1474:3d0cc841cafd

Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)
author Adam Chlipala <adam@chlipala.net>
date Fri, 17 Jun 2011 11:52:56 -0400
parents b2bc8bcd546f
children 9cb923efea4d
line wrap: on
line diff
--- a/src/c/Makefile.am	Wed Jun 15 09:52:06 2011 -0400
+++ b/src/c/Makefile.am	Fri Jun 17 11:52:56 2011 -0400
@@ -6,4 +6,4 @@
 liburweb_fastcgi_la_SOURCES = fastcgi.c
 
 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@
-AM_CFLAGS = -Wimplicit -Wall -Werror
+AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security