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

Commit 9773d945 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am eb0b1513: Merge "Toolbox: Disable unused-const-variable warning"

* commit 'eb0b1513':
  Toolbox: Disable unused-const-variable warning
parents 1691d968 eb0b1513
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 \