This revision as added a new compiler warning to the already existing ones.
This one, however sounds far more severe:
source/r_data.cpp: In function ‘void ParseGZLightDef(VScriptParser*, int)’:
source/r_data.cpp:1276: warning: cannot pass objects of non-POD type ‘class VStr’ through ‘...’; call will abort at runtime
source/r_data.cpp:1276: warning: format ‘%s’ expects type ‘char*’, but argument 2 has type ‘int’
(of course, I mean the first part, not the one related to _FORTIFY_SOURCE)

