]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_pass.c
ccanlint: remove empty statement warnings.
[ccan] / tools / ccanlint / tests / tests_pass.c
index af71dbe4c9f58cce4cc5da90a8e58da2c84b129b..ba6103de2d50bf118b1952df3e7c28f66f16e7a2 100644 (file)
@@ -139,8 +139,9 @@ static void run_under_debugger(struct manifest *m, struct score *score)
 
        command = tal_fmt(m, "gdb -ex 'break tap.c:139' -ex 'run' %s",
                          first->file->compiled[COMPILE_NORMAL]);
-       if (system(command))
+       if (system(command)) {
                doesnt_matter();
+       }
 }
 
 struct ccanlint tests_pass = {