HomeSort by relevance Sort by last modified time
    Searched full:warning_limit (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 149 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 69 milliseconds