X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=test.c;h=0af74771cda014922689192acba012216030c2fa;hp=f263cea0e8e4bb1f302b06da370f6b901840e1f2;hb=10dd7aacfe87f97e10d61dff343e00b9c03eac69;hpb=1b5504fb9eae2f1eb2a0ef90afecf35387087bcb 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