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

Commit 3294ad16 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Toolbox: Disable unused-const-variable warning

For build-system CFLAGS clean-up, disable unused-const-variable
warning.

Bug: 18632512
Change-Id: I1be1ac744f8c77bd0a8378578072285a2c035245
parent 9bc4e7a5
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 \