From 85b92eabae5fb1557a72ad6030565a4e04068fb0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Nov 2015 20:38:15 +0100 Subject: remove Werror, breaks compile with gcc 5.2.0 and -O3 --- .../patch-host_applications_linux_apps_smem_CMakeLists_txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/bcm28xx-vc/patches/patch-host_applications_linux_apps_smem_CMakeLists_txt (limited to 'package/bcm28xx-vc/patches/patch-host_applications_linux_apps_smem_CMakeLists_txt') diff --git a/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_smem_CMakeLists_txt b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_smem_CMakeLists_txt new file mode 100644 index 000000000..f1e293abe --- /dev/null +++ b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_smem_CMakeLists_txt @@ -0,0 +1,11 @@ +--- bcm28xx-vc-c2f27fb8e581f8e5af83bf28422553ade8f7a7c8.orig/host_applications/linux/apps/smem/CMakeLists.txt 2015-10-27 10:59:48.000000000 +0100 ++++ bcm28xx-vc-c2f27fb8e581f8e5af83bf28422553ade8f7a7c8/host_applications/linux/apps/smem/CMakeLists.txt 2015-11-16 20:31:12.527571311 +0100 +@@ -4,7 +4,7 @@ get_filename_component (VIDEOCORE_ROOT . + include (${VIDEOCORE_ROOT}/makefiles/cmake/global_settings.cmake) + + if (NOT WIN32) +- add_definitions(-Wall -Werror) ++ add_definitions(-Wall) + endif () + + include_directories ( -- cgit v1.2.3