0b7ef392e1
Almost all warnings/errors have been fixed. Ignore undefined bool conversion error on purpose. Change-Id: I00cb5f38711fa9f873da030fc6a0ebc6cde3ceeb
20 lines
354 B
Text
20 lines
354 B
Text
GNSS_CFLAGS = [
|
|
"-Werror",
|
|
"-Wno-undefined-bool-conversion",
|
|
]
|
|
|
|
/* Activate the following for debug purposes only,
|
|
comment out for production */
|
|
GNSS_SANITIZE_DIAG = {
|
|
/*
|
|
diag: {
|
|
cfi: true,
|
|
misc_undefined: [
|
|
"bounds",
|
|
"null",
|
|
"unreachable",
|
|
"integer",
|
|
],
|
|
},
|
|
*/
|
|
}
|