Home
last modified time | relevance | path

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

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