diff --git a/aqua/qt511/files/patch-futimens.diff b/aqua/qt511/files/patch-futimens.diff index ccbebea581887..f93b014a5c6bb 100644 --- a/aqua/qt511/files/patch-futimens.diff +++ b/aqua/qt511/files/patch-futimens.diff @@ -1,8 +1,9 @@ --- config.tests/unix/futimens/futimens.pro.orig 2018-11-25 16:51:11 -+++ config.tests/unix/futimens/futimens.pro 2024-12-20 17:10:59 -@@ -3,4 +3,4 @@ ++++ config.tests/unix/futimens/futimens.pro 2024-12-20 17:48:14 +@@ -3,4 +3,5 @@ # Block futimens() on Apple platforms unless it's available on ALL deployment # targets. This simplifies the logic at the call site dramatically, as it isn't # strictly needed compared to futimes(). -darwin: QMAKE_CXXFLAGS += -Werror=unguarded-availability -+darwin: CONFIG += warn_on ++darwin: QMAKE_CXXFLAGS += -Werror=unguarded-availability -Werror=unguarded-availability-new ++CONFIG += warn_on