File fix-x86-with-new-gcc.patch of Package tremulous22
diff -Nur tremulous-1.1.0-src/src/qcommon/vm_x86.c new/src/qcommon/vm_x86.c --- tremulous-1.1.0-src/src/qcommon/vm_x86.c 2006-03-04 20:04:50.000000000 +0100 +++ new/src/qcommon/vm_x86.c 2016-05-13 11:43:43.512154199 +0200 @@ -93,7 +93,7 @@ #endif -static int callMask = 0; // bk001213 - init +static int __attribute__((used)) callMask = 0; // bk001213 - init static int instruction, pass; static int lastConst = 0;