sm7325-common: gps: Remove all Wno-error flags

Almost all warnings/errors have been fixed.
Ignore undefined bool conversion error on purpose.

Change-Id: I00cb5f38711fa9f873da030fc6a0ebc6cde3ceeb
This commit is contained in:
Michael Bestas 2023-06-07 23:28:37 +03:00 committed by Michael Bestas
parent 96abee7717
commit 6cba7bc533
No known key found for this signature in database
GPG Key ID: CC95044519BE6669
2 changed files with 2 additions and 28 deletions

View File

@ -1,17 +1,4 @@
GNSS_CFLAGS = [ GNSS_CFLAGS = [
"-Werror", "-Werror",
"-Wno-error=unused-parameter", "-Wno-undefined-bool-conversion",
"-Wno-error=macro-redefined",
"-Wno-error=reorder",
"-Wno-error=missing-braces",
"-Wno-error=self-assign",
"-Wno-error=enum-conversion",
"-Wno-error=logical-op-parentheses",
"-Wno-error=null-arithmetic",
"-Wno-error=null-conversion",
"-Wno-error=parentheses-equality",
"-Wno-error=undefined-bool-conversion",
"-Wno-error=tautological-compare",
"-Wno-error=switch",
"-Wno-error=date-time",
] ]

View File

@ -1,19 +1,6 @@
GNSS_CFLAGS = [ GNSS_CFLAGS = [
"-Werror", "-Werror",
"-Wno-error=unused-parameter", "-Wno-undefined-bool-conversion",
"-Wno-error=macro-redefined",
"-Wno-error=reorder",
"-Wno-error=missing-braces",
"-Wno-error=self-assign",
"-Wno-error=enum-conversion",
"-Wno-error=logical-op-parentheses",
"-Wno-error=null-arithmetic",
"-Wno-error=null-conversion",
"-Wno-error=parentheses-equality",
"-Wno-error=undefined-bool-conversion",
"-Wno-error=tautological-compare",
"-Wno-error=switch",
"-Wno-error=date-time",
] ]
/* Activate the following for debug purposes only, /* Activate the following for debug purposes only,