From: Christos Tsantilas Date: Fri, 6 Dec 2013 11:09:50 +0000 (+0200) Subject: %tS logformat code, part2 X-Git-Tag: SQUID_3_5_0_1~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb33886be977d396811d931bb8560496b133f137;p=thirdparty%2Fsquid.git %tS logformat code, part2 Fix build on 3.HEAD-amd64-CentOs-icc --- diff --git a/src/tests/stub_libformat.cc b/src/tests/stub_libformat.cc index 49ec2c66df..ed2df05d4e 100644 --- a/src/tests/stub_libformat.cc +++ b/src/tests/stub_libformat.cc @@ -5,6 +5,6 @@ #include "tests/STUB.h" void Format::Format::assemble(MemBuf &mb, const AccessLogEntryPointer &al, int logSequenceNumber) const STUB -bool Format::Format::parse(char const*) STUB +bool Format::Format::parse(char const*) STUB_RETVAL(false) Format::Format::Format(char const*) STUB Format::Format::~Format() STUB