aports/testing/lowjs/open62541-gcc9.patch
Jakub Jirutka fb9e0cc78c testing/lowjs: try to fix build
I cannot reproduce it locally.
2019-12-25 20:39:40 +01:00

14 lines
593 B
Diff

Adjust compile flags for open62541 to build with gcc 9.
--- a/deps/open62541/CMakeLists.txt
+++ b/deps/open62541/CMakeLists.txt
@@ -407,6 +407,9 @@
-Wc++-compat
-fno-strict-aliasing # fewer compiler assumptions about pointer types
-fexceptions # recommended for multi-threaded C code, also in combination with C++ code
+ -Wno-cast-function-type
+ -Wno-restrict
+ -Wno-sign-conversion
)
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Werror")