]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Don't warn about uninitialized stuff in accessors - remove the liferanges calculated...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 2 Dec 2012 17:09:59 +0000 (18:09 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 2 Dec 2012 17:09:59 +0000 (18:09 +0100)
commit6b575372ccc87fd26bdaf233849a5b61fd634bb3
tree0de83cf089630f0d107f05e3a6f90d41282a972f
parentc926c4cb59dcae5aeedf7c45d7a020babd185717
Don't warn about uninitialized stuff in accessors - remove the liferanges calculated when finalizing accessors, this would add invalid liferanges to function-local arrays and thus suppress warnings randomly
ast.c
gmqcc.h
main.c