From a9f20f043d3e35e8becc3bbb5064510549fea0de Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 21 Jun 2024 13:40:20 +0200 Subject: Revert "imx-gst1.0-plugin: fix compile time error" This reverts commit 530e79a2205cb08890d3642b3920074cab2964ff. The commit fixes a compile time error with GCC-14. With GCC-13 used in scarthgap the build fails. Revert backport. Signed-off-by: Max Krummenacher --- recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index 7a94b42fc..a13cf30ab 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb @@ -67,13 +67,6 @@ PLATFORM:mx8-nxp-bsp = "MX8" PLATFORM:mx9-nxp-bsp = "MX9" CFLAGS:append:toolchain-clang = " -Wno-implicit-int -Wno-int-conversion -Wno-incompatible-function-pointer-types" -# GCC-14 otherwise errors out -CFLAGS += " \ - -Wno-error=int-conversion \ - -Wno-error=incompatible-pointer-types \ - -Wno-error=return-mismatch \ - -Wno-error=implicit-function-declaration \ -" # Todo add a mechanism to map possible build targets EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ -- cgit v1.2.3-54-g00ecf