summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/qt5-layer/git@git.enea.com:linux
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2025-05-12 09:37:31 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2025-05-12 09:37:31 +0200
commit693c297a195b5196cb2fd317057ab32b5926dbb9 (patch)
tree000cec3ec967bd8e398447fefdf2e6e5cbe291a7 /dynamic-layers/qt5-layer/git@git.enea.com:linux
parentdd0b82ccbcb1a648555def12b6f1d3501a93f545 (diff)
downloadmeta-freescale-693c297a195b5196cb2fd317057ab32b5926dbb9.tar.gz
imx-vpu-hantro: fix build with gcc 15
Change from deprecated K&R function declaration and definitions to ANSI C style. GCC 15 by default no longer accepts it: | decoder_sw/software/test/common/md5_sink.c:68:3: error: too many | arguments to function 'MD5Init'; expected 0, have 1 | 68 | MD5Init(&inst->ctx); With C23 bool, true and false are built in keywords and cannot be redefined. Fixes build error: | ../inc/basetype.h:71:9: error: cannot use keyword 'false' as enumeration constant | 71 | false = 0, Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'dynamic-layers/qt5-layer/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions