K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2010-10-13T11:35:59.226861Z K 7 svn:log V 133 The canonical way to print __func__ when using KASSERT() is to write ("%s", __func__). This avoids clang's -Wformat-string warnings. END