Some more OpenSSL 1.1.0 compat APIs
[folly.git] / folly / Format.cpp
index db95ea24088f34aa4c57234cf37b90a76854253e..25ddf6312bdd8f8462c0a2b6f45ba6a386a1d660 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <folly/Format.h>
 
+#include <folly/CppAttributes.h>
 #include <folly/portability/Constexpr.h>
 
 #include <double-conversion/double-conversion.h>
@@ -81,6 +82,7 @@ void FormatValue<double>::formatHelper(
   switch (arg.presentation) {
   case '%':
     val *= 100;
+    FOLLY_FALLTHROUGH;
   case 'f':
   case 'F':
     {