> > kdeui/ktoolbarbutton.h: cc-1117 CC: ERROR File =3D ./ktoolbarbutton.h, > > Line =3D 141 An expression appears after a "return" in a "void" functio= n. > > removed the return statement > > this is a bug in your compiler, you should prolly send a bug report to > SGI ( or whoever wrote it... ), but in this case removing the return > indeed does no harm... Well, we had some of these during 3.0.x. These have been fixed in CVS. So I= =20 think one should do the same again. ;-) > > interfaces/kmediaplayer/player.cpp: added using namespace KParts > > right above the include moc-file > > You should be careful with "using namespace"s, it could be harmful for > --enable-final stuff... > > > > > kate/plugins/isearch/ISearchPlugin.moc: 72, 77, 82, 88, added ISearch to > > Plugin::qt_cast( clname ); > > Plugin::qt_invoke(_id,_o); > > Plugin::qt_emit(_id,_o); > > Plugin::qt_property( _id, _f, > > _v); > > You didn't alter an moc file, right ? Since those are auto-generated, > that would be _very useless_. You should find another solution. If > necessary, you should prolly send a bug report/patch to Qt about the > moc program... This has been discussed earlier. TT will not fix it, because this is a=20 compiler problem. It seems the next MipsPro compiler (version 8) will behav= e=20 better. Marcus