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

/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp140 int16_t warning_limit = m_Config.options().maxWarnNum(); local
141 if ((warning_limit != -1) &&
142 (getNumWarnings() > static_cast<unsigned>(warning_limit))) {
145 m_OStream << "too many warning messages (>" << warning_limit << ")...\n"; local

Completed in 238 milliseconds