build/buildutils/checkwarnings.py
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 67 63b81d807542
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    31     postlinkerWarnings = 0
    31     postlinkerWarnings = 0
    32     flmWarnings = 0
    32     flmWarnings = 0
    33 
    33 
    34     # Constants for matching warnings related to deprecation
    34     # Constants for matching warnings related to deprecation
    35     deprecatedStart = "warning: preprocessor #warning directive"
    35     deprecatedStart = "warning: preprocessor #warning directive"
    36     deprecatedSecondLine = "warning: #warning This header file has been deprecated. Will be removed in one of the next SDK releases."
    36     deprecatedSecondLine = "warning: #warning This header file"
    37     deprecatedOptionalThirdLine = "warning: (included from:"
    37     deprecatedOptionalThirdLine = "warning: (included from:"
    38     deprecatedOptionalRest = "warning:  "
    38     deprecatedOptionalRest = "warning:  "
    39 
    39 
    40     # This list includes strings from which the BAD warnings can be recognized.
    40     # This list includes strings from which the BAD warnings can be recognized.
    41     # Note that these must be in lower case!
    41     # Note that these must be in lower case!