K 10 svn:author V 8 truckman K 8 svn:date V 27 2015-09-10T15:21:05.552022Z K 7 svn:log V 435 Squelch an extremely verbose unused typdef warning that is triggered when compiling code that uses the BOOST_STATIC_ASSERT() macro with recent versions of clang. Upstream has a slightly different fix in their develop branch (removel of the __GNUC_MINOR__ check, which works because clang claims to be __GNUC__ == 4), but it has not been merged into the master branch. This change reduces the size of the OpenOffice build log by 66%. END