From: Wolfgang Bumiller Date: Sun, 1 Dec 2013 14:49:52 +0000 (+0100) Subject: gcc, you're annoying X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bdc0af826acb0fba93b2d0f5b1bb528fb8334c5b;p=xonotic%2Fgmqcc.git gcc, you're annoying --- diff --git a/ast.h b/ast.h index 9acaf63..7f1849d 100644 --- a/ast.h +++ b/ast.h @@ -102,7 +102,7 @@ enum { TYPE_ast_argpipe /* 21 */ }; -static const char *ast_node_type_name[] = { +static const char * const ast_node_type_name[] = { "node", "expression", "value",