Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify CM_FALLTHROUGH implementation | Brad King | 2017-11-30 | 1 | -11/+0 |
| | | | | | | | Use the macro now provided by KWSys instead of using `try_compile` checks. It will no longer consider the `__attribute__((fallthrough))` variant, but compilers that don't have one of the modern attributes shouldn't warn about not using one anyway. | ||||
* | Fix CM_FALLTHROUGH with -Wunused-parameter | Brad King | 2017-08-22 | 1 | -1/+1 |
| | | | | | Fix the test code that we `try_compile` to avoid unused parameter warnings that cause the check to fail. | ||||
* | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -0/+11 |