We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b66cdca + ed5fbf6 commit 8c11cc5Copy full SHA for 8c11cc5
configure.ac
@@ -483,6 +483,7 @@ AC_C_FLAG([-Wno-unused-parameter])
483
AC_C_FLAG([-Wno-missing-field-initializers])
484
AC_C_FLAG([-Wno-microsoft-anon-tag])
485
AC_C_FLAG([-Wno-error=deprecated-declarations])
486
+AC_C_FLAG([-Waddress-of-packed-member])
487
488
AC_C_FLAG([-Wc++-compat], [], [CXX_COMPAT_CFLAGS="-Wc++-compat"])
489
AC_SUBST([CXX_COMPAT_CFLAGS])
0 commit comments