Commit 9249b95a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Update to new shmlog tag


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@751 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d9c7296a
...@@ -120,7 +120,7 @@ extended_log_format(unsigned char *p, char *w_opt) ...@@ -120,7 +120,7 @@ extended_log_format(unsigned char *p, char *w_opt)
break; break;
case SLT_ReqServTime: case SLT_ReqEnd:
break; break;
......
...@@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE ...@@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE
# Compiler flags (assume GCC). # Compiler flags (assume GCC).
# This section *must* come before AC_PROG_CC / AC_PROG_CPP. # This section *must* come before AC_PROG_CC / AC_PROG_CPP.
CFLAGS="${CFLAGS:--O2 -pipe}" CFLAGS="${CFLAGS:--O2 -pipe}"
DEVELOPER_CFLAGS="-Wall -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls" DEVELOPER_CFLAGS="-Wall -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wformat"
AC_ARG_ENABLE(developer-warnings, AC_ARG_ENABLE(developer-warnings,
AS_HELP_STRING([--enable-developer-warnings],[enable strict warnings (default is NO)]), AS_HELP_STRING([--enable-developer-warnings],[enable strict warnings (default is NO)]),
CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}") CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment