Comment 10 for bug 913369

Revision history for this message
Hans Joachim Desserud (hjd) wrote :

After GCC is now warning free, it is no wonder this also reduced the amount of warnings for other compilers. Some highlights:
-some methods are hidden
-various unused private members (I suppose these can simple be removed?)
-an unused variable in pluto (though since this is clang, it won't register if it is silenced for gcc. Hm...)