Skip to content

Commit cf1158f

Browse files
committed
g-camera-pipeline: ignore various issues now fatal with gcc-14
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
1 parent 9426adc commit cf1158f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meta-luneos/recipes-webos-ose/g-camera-pipeline/g-camera-pipeline.bb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ S = "${WORKDIR}/git"
3737
FILES_SOLIBSDEV = ""
3838
FILES:${PN} += "${libdir}/*.so"
3939
FILES:${PN} += "${libdir}/gstreamer-1.0/*.so"
40+
41+
# g-camera-pipeline/1.0.0-gav.44/git/camsrc/gstcamsrc.c:168:36: error: assignment to 'GstStateChangeReturn (*)(GstElement *, GstStateChange)' {aka 'GstStateChangeReturn (*)(struct _GstElement *, GstStateChange)'} from incompatible pointer type 'GstStateChangeReturn (*)(GstPushSrc *, GstStateChange)' {aka 'GstStateChangeReturn (*)(struct _GstPushSrc *, GstStateChange)'} [-Wincompatible-pointer-types]
42+
# g-camera-pipeline/1.0.0-gav.44/git/camsrc/gstcamsrc.c:389:73: error: passing argument 2 of 'camera_hal_if_get_buffer_fd' from incompatible pointer type [-Wincompatible-pointer-types]
43+
# g-camera-pipeline/1.0.0-gav.44/git/camsrc/gstcamsrc.c:515:30: error: implicit declaration of function 'camera_hal_if_destroy_dmafd'; did you mean 'camera_hal_if_destroy_buffer'? [-Wimplicit-function-declaration]
44+
# g-camera-pipeline/1.0.0-gav.44/git/camsrc/gstcamsrc.c:523:59: error: passing argument 1 of '((GstElementClass *)parent_class)->change_state' from incompatible pointer type [-Wincompatible-pointer-types]
45+
CFLAGS += "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration"

0 commit comments

Comments
 (0)