From 51200a38e2638ce5b433fc432b465d64a2c99e73 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 17 Jan 2023 14:04:33 +0300 Subject: [PATCH] Suppress warning. --- src/libs/vmisc/fpm/math.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/vmisc/fpm/math.hpp b/src/libs/vmisc/fpm/math.hpp index d41110cc6..0f37503d3 100644 --- a/src/libs/vmisc/fpm/math.hpp +++ b/src/libs/vmisc/fpm/math.hpp @@ -25,6 +25,7 @@ namespace detail QT_WARNING_PUSH QT_WARNING_DISABLE_CLANG("-Wsign-conversion") +QT_WARNING_DISABLE_GCC("-Wconversion") // Returns the index of the most-signifcant set bit inline auto find_highest_bit(unsigned long long value) noexcept -> long