1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: catch linker warnings in cloexec test
Author: Dmitry Shachnev <mitya57@debian.org>
Forwarded: https://codereview.qt-project.org/163214
Bug: https://bugs.debian.org/827935
Last-Update: 2016-06-23
--- a/config.tests/unix/cloexec/cloexec.pro
+++ b/config.tests/unix/cloexec/cloexec.pro
@@ -1,3 +1,5 @@
SOURCES = cloexec.cpp
CONFIG -= qt
QT =
+
+QMAKE_LFLAGS += -Wl,--fatal-warnings
|