With optimzations disabled compilers have trouble doing dead code elimination on 'if (foo && 0)' expressions, while 'if (0 && foo)' still works, so use the latter to avoid problems. Bug-Id: 707pull/76/merge
parent
2deb614272
commit
5ab03e41e5
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue