X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=test.c;h=0af74771cda014922689192acba012216030c2fa;hb=b9fb29d740cb7e3711035fb37c604be61dd779bb;hp=f263cea0e8e4bb1f302b06da370f6b901840e1f2;hpb=3a4aba0b31427a6cbea08a959aedf12c2e69a893;p=xonotic%2Fgmqcc.git diff --git a/test.c b/test.c index f263cea..0af7477 100644 --- a/test.c +++ b/test.c @@ -26,7 +26,7 @@ opts_cmd_t opts; -const char *task_bins[] = { +static const char *task_bins[] = { "./gmqcc", "./qcvm" }; @@ -654,7 +654,7 @@ typedef struct { bool compiled; } task_t; -task_t *task_tasks = NULL; +static task_t *task_tasks = NULL; /* * Read a directory and searches for all template files in it