pull/63/merge
Christopher McClellan 2018-01-18 12:58:28 +00:00 committed by GitHub
commit 63d53980bc
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@ LOCAL_PATH := $(call my-dir)
PRIVATE_LOCAL_CFLAGS := -O2 -g -W -Wall \ PRIVATE_LOCAL_CFLAGS := -O2 -g -W -Wall \
-DSO_RXQ_OVFL=40 \ -DSO_RXQ_OVFL=40 \
-DPF_CAN=29 \ -DPF_CAN=29 \
-DAF_CAN=PF_CAN -DAF_CAN=PF_CAN \
-Wno-error=unused-parameter \
-Wno-error=sign-compare \
-Wno-error=pointer-arith \
-Wno-error=address-of-packed-member
# #
# canlib # canlib