From a3480de66956f6d63e23cff4e580429e65f510d3 Mon Sep 17 00:00:00 2001 From: Consti10 Date: Tue, 30 Apr 2024 01:16:25 +0200 Subject: [PATCH] fix comp --- host_applications/linux/apps/hello_pi/hello_video/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/host_applications/linux/apps/hello_pi/hello_video/CMakeLists.txt b/host_applications/linux/apps/hello_pi/hello_video/CMakeLists.txt index 4ecb18d62..c35f744ca 100644 --- a/host_applications/linux/apps/hello_pi/hello_video/CMakeLists.txt +++ b/host_applications/linux/apps/hello_pi/hello_video/CMakeLists.txt @@ -5,6 +5,7 @@ add_executable(${EXEC} ${SRCS}) target_link_libraries(${EXEC} ${HELLO_PI_LIBS}) add_compile_options(-Wno-write-strings) +add_compile_options(-Wno-unused-variable) add_executable(fpv_video0.bin fpv_video0.cpp) target_link_libraries(fpv_video0.bin ${HELLO_PI_LIBS})