]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Fix more warnings
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 3ebbcc981c779a97811cfc93b62bebf0e6617242..ce09f357b91bf3aad074b9b86bfd472852131fd6 100644 (file)
--- a/main.c
+++ b/main.c
@@ -256,7 +256,7 @@ static bool options_parse(int argc, char **argv) {
                 case 'h':
                     usage();
                     exit(0);
-                    break;
+                    /* break; never reached because of exit(0) */
 
                 case 'E':
                     opts_pp_only = true;