qtparted-0.6.0/src/qp_fswrap.cpp:92]: (style) Expression is always false because 'else if' condition matches previous condition at line 88.
Source code is
else if (name.compare("ext3") == 0) fswrap = new QP_FSBtrFS();
I think the string in the compare needs to change to something else.