fontconfig: Branch 'main' - 2 commits
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Jun 16 03:52:53 UTC 2025
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d36de5249675b3e83305adc5f419393a3761ede3
Merge: 41f2ae7 f1e4230
Author: Akira TAGOH <akira at tagoh.org>
Date: Mon Jun 16 03:52:51 2025 +0000
Merge branch 'autoconf-sync' into 'main'
configure.ac: drop -fno-strict-aliasing
See merge request fontconfig/fontconfig!431
commit f1e42301aa0813a07d714c7b18fc4077f3c75702
Author: Sam James <sam at gentoo.org>
Date: Sat Jun 14 14:35:54 2025 +0100
configure.ac: drop -fno-strict-aliasing
We already (rightly) don't pass this for Meson, but let's sync
the autotools build.
diff --git a/configure.ac b/configure.ac
index 42a7fe1..5eb1e2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,7 +134,7 @@ WARNING_CPP_DIRECTIVE="no"
if test "x$GCC" = "xyes"; then
WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
- -Wnested-externs -fno-strict-aliasing"
+ -Wnested-externs"
WARNING_CPP_DIRECTIVE="yes"
elif test "x$SUNCC" = "xyes"; then
WARN_CFLAGS="-v -fd"
More information about the Fontconfig
mailing list