From cae9fef6f0736b8624325201514f9743250a6dfe Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 25 Mar 2022 12:00:16 +0100 Subject: coin: QNX is not warnings clean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WarningsAreErrors was accidentally added to a QNX platform config, despite it not being warnings clean. The integration still passed though, because Coin didn't add -warnings-are-errors to configure when cross-compiling. Even if it did, it would still not be enabled, because the CMake integration is missing -Werror support for QNX. Remove the feature from the QNX platform config so there is no confusion. Amends 4b5a972ae4740e2a61e6d5b1c5f19dfc9a3fd3bd Change-Id: Id72e446b75283d02a9724d4fec1b54f692e94fde Reviewed-by: Pasi Petäjäjärvi --- coin/platform_configs/cmake_platforms_qemu_qnx710.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin/platform_configs') diff --git a/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml b/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml index 5ef04082..9dd02139 100644 --- a/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml +++ b/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml @@ -7,7 +7,7 @@ Configurations: Compiler: 'GCC' Target compiler: 'QCC' Platform dependency: 'Ubuntu-20.04-host' - Features: ['Packaging', 'InsignificantTests', 'VMSize8', 'WarningsAreErrors'] + Features: ['Packaging', 'InsignificantTests', 'VMSize8'] Environment variables: [ 'TARGET_CONFIGURE_ARGS=-DFEATURE_developer_build=ON -DQT_FEATURE_dbus=OFF -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-x8664.cmake', 'QT_CMAKE_DIR=/opt/cmake-3.21.1/bin', -- cgit v1.2.3