commit e4ccc7eb78371ac1ff3f120f29d8a2b15976b706 from: Omar Polo date: Wed Dec 21 10:42:43 2022 UTC add -Wno-pointer-sign to the mix commit - eda58043e1952b4ce7f49c1c7a22e4f4287bf1d4 commit + e4ccc7eb78371ac1ff3f120f29d8a2b15976b706 blob - 571ca034bcdc4cd3fe674e365b2ee22c2dac58fe blob + ac19dd9afed5a2550dc9fa8c565ad3c7454dd86d --- configure.ac +++ configure.ac @@ -174,6 +174,7 @@ CC_ADD_CHECK_FLAGS([-Wno-unused-parameter]) CC_ADD_CHECK_FLAGS([-Wpointer-arith]) CC_ADD_CHECK_FLAGS([-Wsign-compare]) CC_ADD_CHECK_FLAGS([-Wcast-align]) +CC_ADD_CHECK_FLAGS([-Wno-pointer-sign]) # Save our CFLAGS/CPPFLAGS/LDFLAGS for the Makefile and restore the old user # variables.