]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
%tS logformat code, part2
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 6 Dec 2013 11:09:50 +0000 (13:09 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 6 Dec 2013 11:09:50 +0000 (13:09 +0200)
Fix build on 3.HEAD-amd64-CentOs-icc

src/tests/stub_libformat.cc

index 49ec2c66df799229d13950726e435c932ee04937..ed2df05d4ef27545001f02db197a0e6acd384be7 100644 (file)
@@ -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