Searched refs:warning_limit (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp149 int16_t warning_limit = m_Config.options().maxWarnNum(); local
150 if ((warning_limit != -1) &&
151 (getNumWarnings() > static_cast<unsigned>(warning_limit))) {
154 m_OStream << "too many warning messages (>" << warning_limit local

Completed in 82 milliseconds