MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / DisplayWarnings

Method DisplayWarnings

Tools/WarningManager.cpp:30–34  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

28
29 //-------------------------------------------------------------------------
30 void WarningManager::DisplayWarnings() const
31 {
32 for (const auto& warning : warnings_)
33 LOG_WARNING << warning;
34 }
35}

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected