mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00

Qt6 QTranslator::load() uses [[nodiscard]] which currently leads to compiler warnings. This is fixed using static_cast<void>. Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>