commit db067589de029629a4acc29b79f0a2b96e742e64 from: Omar Polo date: Mon Feb 19 15:57:45 2024 UTC configure: add -Wno-format-trucation and -Wno-pointer-sign to the mix commit - 029a63f4cc2449a560a6ad36490f3ae27631bdca commit + db067589de029629a4acc29b79f0a2b96e742e64 blob - 1b8b217e9e8a405a617d5c17129080c7f1695007 blob + 74a04e4740503352aa7992b55ffe45527e077726 --- configure.ac +++ configure.ac @@ -162,6 +162,8 @@ CC_ADD_CHECK_FLAGS([-Wmissing-prototypes]) CC_ADD_CHECK_FLAGS([-Wstrict-prototypes]) CC_ADD_CHECK_FLAGS([-Wwrite-strings]) CC_ADD_CHECK_FLAGS([-Wno-unused-parameter]) +CC_ADD_CHECK_FLAGS([-Wno-format-truncation]) +CC_ADD_CHECK_FLAGS([-Wno-pointer-sign]) CC_ADD_CHECK_FLAGS([-Wpointer-arith]) CC_ADD_CHECK_FLAGS([-Wsign-compare]) CC_ADD_CHECK_FLAGS([-Wcast-align])