Skip to content

Commit

Permalink
qt511-qtbase: adjust patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-akram committed Dec 20, 2024
1 parent 4739c41 commit 3ce7e49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aqua/qt511/files/patch-futimens.diff
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ce7e49

Please sign in to comment.