From e314feb2907e9d40bb955744db4180e9de72b4c2 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 8 Jul 2018 19:31:01 +0200 Subject: [PATCH] Document #202 --- expat/Changes | 3 ++- expat/lib/siphash.h | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 * -- 2.40.0