mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
Android.mk: fix Android 10 build
Android now uses clang with Werror by default which prevents from building. Removing Werror for the current warnings. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
committed by
Oliver Hartkopp
parent
43610bd621
commit
da42cf4bb5
@@ -1,6 +1,7 @@
|
|||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
PRIVATE_LOCAL_CFLAGS := -O2 -g -W -Wall \
|
PRIVATE_LOCAL_CFLAGS := -O2 -g -W -Wall \
|
||||||
|
-Wno-error=unused-parameter \
|
||||||
-DSO_RXQ_OVFL=40 \
|
-DSO_RXQ_OVFL=40 \
|
||||||
-DPF_CAN=29 \
|
-DPF_CAN=29 \
|
||||||
-DAF_CAN=PF_CAN
|
-DAF_CAN=PF_CAN
|
||||||
|
|||||||
Reference in New Issue
Block a user