From 8b0cbb71ad665cd886402c601dff0e66352f5fbb Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 17 Feb 2020 16:32:02 +0100 Subject: [PATCH] Remove error on warning to build SDK --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a46a85d1..b10a28101 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,6 +121,7 @@ if (NOT WIN32) -Wuninitialized \ -Wunused \ -Wno-error=float-equal \ +-Wno-error=cast-align \ -Wno-error \ ") if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")