From: Sebastian Pipping Date: Sun, 8 Jul 2018 17:31:01 +0000 (+0200) Subject: Document #202 X-Git-Tag: R_2_2_6~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e314feb2907e9d40bb955744db4180e9de72b4c2;p=libexpat Document #202 --- diff --git a/expat/Changes b/expat/Changes index 89c3a2e7..ef4ed4e5 100644 --- a/expat/Changes +++ b/expat/Changes @@ -21,10 +21,11 @@ Release 2.2.? ??????????????????? #178 #179 CMake: Use GNUInstallDirs module to set proper defaults for install directories #180 Windows: Fix compilation of test suite for Visual Studio 2008 - #131 #173 Address compiler warnings + #131 #173 #202 Address compiler warnings #187 #190 #200 Fix miscellaneous typos Special thanks to: + Anton Maklakov Benjamin Peterson Brad King Franek Korta diff --git a/expat/lib/siphash.h b/expat/lib/siphash.h index 1e869101..4d6786d7 100644 --- a/expat/lib/siphash.h +++ b/expat/lib/siphash.h @@ -11,6 +11,9 @@ * -------------------------------------------------------------------------- * HISTORY: * + * 2018-07-08 (Anton Maklakov) + * - Add "fall through" markers for GCC's -Wimplicit-fallthrough + * * 2017-11-03 (Sebastian Pipping) * - Hide sip_tobin and sip_binof unless SIPHASH_TOBIN macro is defined *