diff --git a/Makefile b/Makefile index d0d71cc0..39207e25 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,7 @@ develop: -Wstringop-overflow=4 -Wstrict-overflow=5 -Wundef -Wuninitialized -Wunused \ -Wshadow \ -Wformat=2 -Wformat-overflow=2 -Wformat-truncation=1 \ - -Wno-format-nonliteral -Wno-strict-overflow \ + -Wno-format-nonliteral -Wno-strict-overflow -Wno-unused-but-set-variable \ -Wno-type-limits -Wno-tautological-constant-out-of-range-compare \ -Wvla \ -D_GLIBCXX_ASSERTIONS \