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

Commit 88e8e34d authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 9e12d940: am 9773d945: am eb0b1513: Merge "Toolbox: Disable unused-const-variable warning"

* commit '9e12d940':
  Toolbox: Disable unused-const-variable warning
parents 8f59e9b2 9e12d940
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)


common_cflags := \
    -Werror -Wno-unused-parameter \
    -Werror -Wno-unused-parameter -Wno-unused-const-variable \
    -I$(LOCAL_PATH)/upstream-netbsd/include/ \
    -include bsd-compatibility.h \