]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Some side-effect propagation for better warnings, so that comma-operators with assign...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 25 Nov 2012 18:19:36 +0000 (19:19 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 25 Nov 2012 18:19:36 +0000 (19:19 +0100)
commitca033e5acd2c69ee2b4a96046605e0e41f5f597b
treeaee7c292c7124e98eacbbdef94c8d6a591645a9b
parent63d89f9f5ae2287f4c52c7da0b511fdb42ad3c2a
Some side-effect propagation for better warnings, so that comma-operators with assignments in them don't cause the -Weffectless-statement warning, and fixing ternary precedence for fte operator list
ast.c
ast.h
lexer.h
parser.c