]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_key_rotation.c
Fix compiler warnings in the test suites.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_key_rotation.c
index a42a54d5529e29e04500a25e07f5d0891d32722b..e1fae3c37f68081e5898790b1ec8d5b7190b24f7 100644 (file)
@@ -334,6 +334,8 @@ static void test_case_key_rotation_05(void **state) {
 static int break_stage;
 
 static void nop_stage(int stage) {
+       (void)stage;
+
        return;
 }