Skip to content
Snippets Groups Projects
Commit 1b09cf0d authored by Brad King's avatar Brad King
Browse files

Configure: Add KWSYS_FALLTHROUGH macro for C++ code

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.
parent 40d7b1bb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment