sdm660-common: gps: Ignore some build warnings
Change-Id: If1dfd39ab820cdf5e7ac5caf05dc8fea1cd95235
This commit is contained in:
parent
d3c0533d4b
commit
e3ca620d4c
2 changed files with 6 additions and 4 deletions
|
@ -3,14 +3,15 @@ GNSS_CFLAGS := \
|
||||||
-Wno-error=unused-parameter \
|
-Wno-error=unused-parameter \
|
||||||
-Wno-error=macro-redefined \
|
-Wno-error=macro-redefined \
|
||||||
-Wno-error=reorder \
|
-Wno-error=reorder \
|
||||||
|
-Wno-reorder-ctor \
|
||||||
-Wno-error=missing-braces \
|
-Wno-error=missing-braces \
|
||||||
-Wno-error=self-assign \
|
-Wno-error=self-assign \
|
||||||
-Wno-error=enum-conversion \
|
-Wno-enum-conversion \
|
||||||
-Wno-error=logical-op-parentheses \
|
-Wno-error=logical-op-parentheses \
|
||||||
-Wno-error=null-arithmetic \
|
-Wno-error=null-arithmetic \
|
||||||
-Wno-error=null-conversion \
|
-Wno-error=null-conversion \
|
||||||
-Wno-error=parentheses-equality \
|
-Wno-error=parentheses-equality \
|
||||||
-Wno-error=undefined-bool-conversion \
|
-Wno-undefined-bool-conversion \
|
||||||
-Wno-error=tautological-compare \
|
-Wno-error=tautological-compare \
|
||||||
-Wno-error=switch \
|
-Wno-error=switch \
|
||||||
-Wno-error=date-time
|
-Wno-error=date-time
|
||||||
|
|
|
@ -3,14 +3,15 @@ GNSS_CFLAGS := \
|
||||||
-Wno-error=unused-parameter \
|
-Wno-error=unused-parameter \
|
||||||
-Wno-error=macro-redefined \
|
-Wno-error=macro-redefined \
|
||||||
-Wno-error=reorder \
|
-Wno-error=reorder \
|
||||||
|
-Wno-reorder-ctor \
|
||||||
-Wno-error=missing-braces \
|
-Wno-error=missing-braces \
|
||||||
-Wno-error=self-assign \
|
-Wno-error=self-assign \
|
||||||
-Wno-error=enum-conversion \
|
-Wno-enum-conversion \
|
||||||
-Wno-error=logical-op-parentheses \
|
-Wno-error=logical-op-parentheses \
|
||||||
-Wno-error=null-arithmetic \
|
-Wno-error=null-arithmetic \
|
||||||
-Wno-error=null-conversion \
|
-Wno-error=null-conversion \
|
||||||
-Wno-error=parentheses-equality \
|
-Wno-error=parentheses-equality \
|
||||||
-Wno-error=undefined-bool-conversion \
|
-Wno-undefined-bool-conversion \
|
||||||
-Wno-error=tautological-compare \
|
-Wno-error=tautological-compare \
|
||||||
-Wno-error=switch \
|
-Wno-error=switch \
|
||||||
-Wno-error=date-time
|
-Wno-error=date-time
|
||||||
|
|
Loading…
Reference in a new issue