Skip to content

Configure: Add KWSYS_FALLTHROUGH macro for C++ code

Brad King requested to merge brad.king/kwsys:fallthrough into master

Some C++ compilers now warn when a switch case falls through to another case, but compilers vary in how to suppress the warning with an explicit fallthrough specifier. Provide a macro for the specifier.

Merge request reports