From: Dale Weiler Date: Wed, 30 Jan 2013 06:28:02 +0000 (+0000) Subject: Empty string, not "" X-Git-Tag: before-library~186 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=18c317a78791482336b6578656e59634b0d5c2b4;hp=8c6f4c3fc3145e3e4de798dd6826c1414d899f4f;p=xonotic%2Fgmqcc.git Empty string, not "" --- diff --git a/gmqcc.h b/gmqcc.h index 7bc6680..fef6362 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -1139,10 +1139,9 @@ GMQCC_USED static const char *opts_options_descriptions[] = { # define GMQCC_TYPE_OPTIONS # define GMQCC_DEFINE_FLAG(X, Y) Y, # include "opts.def" - "" + "" }; - extern unsigned int opts_optimizationcount[COUNT_OPTIMIZATIONS]; /* other options: */