id summary reporter owner description type status milestone component version severity resolution keywords cc 8408 Boost is not compatible with Clang's -Wimplicit-fallthrough diagnostic Alexander Kornienko John Maddock "Some of Boost source/header files trigger Clang's -Wimplicit-fallthrough warning, which finds unannotated fall-throughs between case labels in switch statements (more details on the diagnostic here: http://clang.llvm.org/docs/LanguageExtensions.html#the-clang-fallthrough-attribute). I propose introducing BOOST_FALLTHROUGH macro to be used to annotate non-trivial fall-through between case labels. A patch with the macro and fixes to the code is attached." Patches closed Boost 1.62.0 config Boost 1.61.0 Problem fixed gromer@…