--- host_applications/linux/libs/bcm_host/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC +++ host_applications/linux/libs/bcm_host/CMakeLists.txt @@ -3,7 +3,7 @@ if (WIN32) set(VCOS_PLATFORM win32) else () set(VCOS_PLATFORM pthreads) - add_definitions(-Wall -Werror) + add_definitions(-Wall) endif () include_directories( ../../../..