From: Dale Weiler Date: Sat, 1 Dec 2012 20:12:33 +0000 (+0000) Subject: update documentation X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=31ad9701782375d147668dc979466914423cfa4d;p=xonotic%2Fgmqcc.git update documentation --- diff --git a/doc.html b/doc.html index 5456623..c78a786 100644 --- a/doc.html +++ b/doc.html @@ -178,6 +178,22 @@ -fperl-logic Enables perl evalutaion/logic + + -ftranslatable-strings + Enables translatable strings via .po file + + + -finitialized-nonconstants + Prevents initializations from becoming constant unless 'const' is specified as a qualifer + + + -fassign-function-types + Allows function types to be assignable even if their signature is invariant + + + -flno + Enables generation of progs.lno for engine VM backtraces +

Warning options

@@ -253,6 +269,29 @@ + + + + + + + + + + + + + + + + +
-Wmultifile-if Enables warnings about multifile if statements
-Wdouble-declarationEnables warnings about double declarations
-Wconst-varEnables warnings about 'const var' and 'var const'
-Wmultibyte-characterEnables warnings about use of multibyte characters
-Wternary-precedenceEnables warnings about ternary expressions whos precedence may be not what expected
+ + + + + +
OptionsWhat it does
-Otail-recursionEnables tail recursion optimization

Individual warnings may be disabled with  -Wno-<warning>