Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42529bad authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Recognize -Wimplicit-fallthrough." am: 2c341a7b am: b3857418

am: 4c3e732e

Change-Id: I1d9918b111019ad1a0506649be1d7f677a73ace1
parents ac874b91 4c3e732e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2268,6 +2268,9 @@ warn_patterns = [
    {'category': 'C/C++', 'severity': Severity.MEDIUM, 'option': '-Wunnamed-type-template-args',
     'description': 'Unnamed template type argument',
     'patterns': [r".*: warning: template argument.+Wunnamed-type-template-args"]},
    {'category': 'C/C++', 'severity': Severity.MEDIUM, 'option': '-Wimplicit-fallthrough',
     'description': 'Unannotated fall-through between switch labels',
     'patterns': [r".*: warning: unannotated fall-through between switch labels.+Wimplicit-fallthrough"]},

    {'category': 'C/C++', 'severity': Severity.HARMLESS,
     'description': 'Discarded qualifier from pointer target type',