Skip to content

Fix CM_FALLTHROUGH with -Wunused-parameter

Brad King requested to merge brad.king/cmake:cm_fallthrough into master

Fix the test code that we try_compile to avoid unused parameter warnings that cause the check to fail.

Merge request reports