K 10 svn:author V 5 danfe K 8 svn:date V 27 2015-04-18T16:39:18.234472Z K 7 svn:log V 510 - Clang insists that reference cannot be bound to dereferenced null pointer in well-defined C++ code (that is correct) and evaluates comparisons like &foo == 0 to false, which breaks NetRadiant; "fix" this with a dirty hack by casting those "bad" references to a local volatile int variable (since NetRadiant is based on GtkRadiant 1.5 codebase, this is the same bug that was fixed in r384239; patches are slightly different though) - While here, make a comment more accurate, and bump port revision END