From: Source Maintenance Date: Thu, 20 Aug 2015 12:12:20 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_1~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d349d17c5d99fdec4480fce5d44452d4106eebb0;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/esi/Libxml2Parser.h b/src/esi/Libxml2Parser.h index 6128716170..28c2ed1db6 100644 --- a/src/esi/Libxml2Parser.h +++ b/src/esi/Libxml2Parser.h @@ -25,7 +25,7 @@ #undef free #endif -#if __clang__ +#if __clang__ // workaround for clang complaining of unknown attributes in libxml2 on fedora22 #ifdef LIBXML_ATTR_ALLOC_SIZE #undef LIBXML_ATTR_ALLOC_SIZE