K 10 svn:author V 2 ed K 8 svn:date V 27 2011-02-04T19:27:49.473903Z K 7 svn:log V 257 MFC r217207: Add missing __dead2 to __assert(). __assert() is called when an assertion fails. After printing an error message, it will call abort(). abort() never returns, hence it has the __dead2 attribute. Also add this attribute to __assert(). END