Michael Bestas 6cba7bc533
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
2025-01-19 20:34:07 +02:00

5 lines
71 B
Plaintext

GNSS_CFLAGS = [
"-Werror",
"-Wno-undefined-bool-conversion",
]