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

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

Completed in 68 milliseconds