[TD]CI clang warnings
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
# include <cassert>
|
||||
#endif
|
||||
|
||||
/// Here the FreeCAD includes sorted by Base,App,Gui......
|
||||
/// Here the FreeCAD includes sorted by Base, App, Gui......
|
||||
|
||||
#include <Base/Exception.h>
|
||||
#include <Base/Reader.h>
|
||||
@@ -181,7 +181,7 @@ void PropertyGeomFormatList::Restore(Base::XMLReader &reader)
|
||||
newG->Restore(reader);
|
||||
|
||||
if(reader.testStatus(Base::XMLReader::ReaderStatus::PartialRestoreInObject)) {
|
||||
Base::Console().Error("GeomFormat \"%s\" within a PropertyGeomFormatList was subject to a partial restore.\n",reader.localName());
|
||||
Base::Console().Error("GeomFormat \"%s\" within a PropertyGeomFormatList was subject to a partial restore.\n", reader.localName());
|
||||
if(isOrderRelevant()) {
|
||||
// Pushes the best try by the GeomFormat class
|
||||
values.push_back(newG);
|
||||
|
||||
Reference in New Issue
Block a user