K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-09-09T16:54:13.984533Z K 7 svn:log V 189 It looks like __attribute__ deprecated(msg) wasn't supported until GCC 4.5.x, and clang has the awesome __has_extension macros. Update the #if line to fix build against GCC 4.2.1 in base. END