We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218f117 commit f0d560fCopy full SHA for f0d560f
library/grt/src/CMakeLists.txt
@@ -39,7 +39,7 @@ target_include_directories(grt
39
)
40
41
42
-target_compile_options(grt PRIVATE ${WB_CXXFLAGS})
+target_compile_options(grt PRIVATE ${WB_CXXFLAGS} -Wno-missing-field-initializers)
43
44
target_link_libraries(grt
45
PUBLIC
0 commit comments