diff --git a/src/drivers/gps/CMakeLists.txt b/src/drivers/gps/CMakeLists.txt index f07fac969c..065c29e6a6 100644 --- a/src/drivers/gps/CMakeLists.txt +++ b/src/drivers/gps/CMakeLists.txt @@ -38,6 +38,7 @@ px4_add_module( MAIN gps COMPILE_FLAGS -Wno-cast-align # TODO: fix and enable + -Wno-stringop-overflow # due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91707 SRCS gps.cpp devices/src/gps_helper.cpp