Description: catch linker warnings in cloexec test Author: Dmitry Shachnev Forwarded: https://codereview.qt-project.org/163214 (rejected) Bug: https://bugs.debian.org/827935 Last-Update: 2017-09-23 --- a/src/corelib/configure.json +++ b/src/corelib/configure.json @@ -236,6 +236,7 @@ "label": "O_CLOEXEC", "type": "compile", "test": { + "qmake": "QMAKE_LFLAGS += -Wl,--fatal-warnings", "head": "#define _GNU_SOURCE 1", "include": [ "sys/types.h", "sys/socket.h", "fcntl.h", "unistd.h" ], "main": [