From 5b622cdc6e067ec949bd9a3f57b6972d5ba01f94 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 7 Aug 2006 20:50:05 +0000 Subject: [PATCH] Update to new shmlog tag git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@751 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishncsa/varnishncsa.c | 2 +- varnish-cache/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishncsa/varnishncsa.c b/varnish-cache/bin/varnishncsa/varnishncsa.c index c8550d10..738644f7 100644 --- a/varnish-cache/bin/varnishncsa/varnishncsa.c +++ b/varnish-cache/bin/varnishncsa/varnishncsa.c @@ -120,7 +120,7 @@ extended_log_format(unsigned char *p, char *w_opt) break; - case SLT_ReqServTime: + case SLT_ReqEnd: break; diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index a30603c6..64c7073d 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE # Compiler flags (assume GCC). # This section *must* come before AC_PROG_CC / AC_PROG_CPP. 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, AS_HELP_STRING([--enable-developer-warnings],[enable strict warnings (default is NO)]), CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}") -- 2.39.5