OMSimulator icon indicating copy to clipboard operation
OMSimulator copied to clipboard

FTBFS with gcc 14

Open jschueller opened this issue 1 year ago • 0 comments

Description

OMSimulator fails to build with gcc 14

OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1249:28: error: assignment to ‘const long unsigned int *’ from incompatible pointer type ‘const z_crc_t *’ {aka ‘const unsigned int *’} [-Wincompatible-pointer-types]
 1249 |         zi->ci.pcrc_32_tab = get_crc_table();

Steps to reproduce the behavior

cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DOM_USE_CCACHE=OFF -DOM_OMEDIT_ENABLE_QTWEBENGINE=ON -B build .
        make -C build
  • Version: 1.22.4 and master
  • OS: Archlinux

jschueller avatar May 22 '24 06:05 jschueller