]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_pass_valgrind.c
ccanlint: remove empty statement warnings.
[ccan] / tools / ccanlint / tests / tests_pass_valgrind.c
index 700efeb94110cce2cbc6d636ebd9b4f8f790c972..90e42349715f9ff2c0ef706e54123072f5f52212 100644 (file)
@@ -255,8 +255,9 @@ static void run_under_debugger_vg(struct manifest *m, struct score *score)
                          concat(score, per_file_options(&tests_pass_valgrind,
                                                         first->file)),
                          valgrind_suppress, first->file->compiled[COMPILE_NORMAL]);
-       if (system(command))
+       if (system(command)) {
                doesnt_matter();
+       }
 }
 
 struct ccanlint tests_pass_valgrind = {