MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / warning

Method warning

src/App/Metadata.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65class XMLErrorHandler: public HandlerBase
66{
67 void warning(const SAXParseException& toCatch) override
68 {
69 // Don't deal with warnings at all
70 boost::ignore_unused(toCatch);
71 }
72
73 void error(const SAXParseException& toCatch) override
74 {

Callers 15

printInvalidLinksMethod · 0.45
onChangedMethod · 0.45
migrateConfigMethod · 0.45
migrateAllPathsMethod · 0.45
~DocOpenGuardMethod · 0.45
~TransactionSignallerMethod · 0.45
destructMethod · 0.45
initConfigMethod · 0.45
processFilesMethod · 0.45
processCmdLineFilesMethod · 0.45
LoadParametersMethod · 0.45
applyStandardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected