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

Commit ed3b0412 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Merge \\\"Disable warnings triggered in Clang r271374\\\" am: 11e0e364 am: adac150e

am: 0e7112d7

Change-Id: Ic553f1a42a0357c0e86fdb95bc13bc5fe3b80697
parents cb4abef6 0e7112d7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -656,8 +656,10 @@ GLOBAL_CFLAGS_NO_OVERRIDE := \

GLOBAL_CLANG_CFLAGS_NO_OVERRIDE := \
    -Werror=address-of-temporary \
    -Werror=null-dereference \
    -Werror=return-type \
    # Bug: http://b/29823425 Disable -Wnull-dereference until the new cases
    # detected by this warning in Clang r271374 are fixed.
    #-Werror=null-dereference \

GLOBAL_CPPFLAGS_NO_OVERRIDE :=