]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Expression has undefined behavior (left operand modifies code->globals->used, used...
authorDale Weiler <killfieldengine@gmail.com>
Sat, 27 Apr 2013 15:20:01 +0000 (15:20 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 27 Apr 2013 15:20:01 +0000 (15:20 +0000)
commitdc6a7436ee06bc147b6d1e6e22929b8f37c2bd48
treec9005c772c74f76ea80e777a3b2770a4afd70261
parent35120caf80f7571e00a9b8924cfe18d49843cff8
Expression has undefined behavior (left operand modifies code->globals->used, used by right operand): (code->globals)[(((vector_t*)((void *)code->globals)) - 1)->used++] = (code_genstring(code, global->constval.vstring)) Code has unspecified behavior. Order of evaluation of function parameters or subexpressions is not defined, so if a value is used and modified in different places not separated by a sequence point constraining evaluation order, then the result of the expression is unspecified.
ir.c