From 18c317a78791482336b6578656e59634b0d5c2b4 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Wed, 30 Jan 2013 06:28:02 +0000 Subject: [PATCH 1/1] Empty string, not "" --- gmqcc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: */ -- 2.39.2