Compiler: Prevent declaring arrays that the compiler is too buggy to handle

AM Bug 7977: https://bugs.alliedmods.net/show_bug.cgi?id=4977
This commit is contained in:
Arkshine
2015-05-18 23:59:58 +02:00
parent f710188c86
commit 41dfdc7f59
2 changed files with 18 additions and 0 deletions

View File

@ -129,6 +129,7 @@ static char *fatalmsg[] = {
/*109*/ "invalid path: \"%s\"\n",
/*110*/ "assertion failed: %s\n",
/*111*/ "user error: %s\n",
/*112*/ "specify either all dimensions or only the last dimension\n"
};
static char *warnmsg[] = {