]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
parsewarning() now gets GMQCC_WARN since parsewarning returns whether or not the...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 14 Aug 2012 14:26:42 +0000 (16:26 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 14 Aug 2012 14:26:42 +0000 (16:26 +0200)
commit4d47c40cb96edbcf4f5c51ae77342696732e88a2
tree2e8dd522c77fc5740868c4c3d6f085ec0bafcb78
parent2d9623cbe8ebf988c7bd5060315c6d8b465b5c30
parsewarning() now gets GMQCC_WARN since parsewarning returns whether or not the warning was treated as an error, thus we need to bail if it returns true
parser.c