summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-04-08 01:01:05 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-04-08 01:01:06 +0200
commit34adcabc6c294150ba530374fba5b05b43c1ca49 (patch)
tree6f8f9af5d5e724cffc5d7735c22a1c7a42e49493 /src/corelib/configure.json
parent603eaa9fbb250ce1f4ec5a5a9750a115ef08a956 (diff)
parent2a4e6124ac1f0c7beb061365a18146ca1f1e6233 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index eb60ad213c..c5e0423273 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -389,7 +389,8 @@
"# 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: QMAKE_CXXFLAGS += -Werror=unguarded-availability -Werror=unguarded-availability-new",
+ "CONFIG += warn_on"
]
}
},