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 af65df6 commit a528f44Copy full SHA for a528f44
CMakeLists.txt
@@ -85,7 +85,7 @@ if(NETWORK_CHANNEL_TCP_POSIX)
85
endif()
86
87
target_compile_options(reactor-uc PRIVATE -Wall -Wextra -Werror)
88
-target_compile_options(reactor-uc PUBLIC -Wno-zero-length-bounds)
+# target_compile_options(reactor-uc PUBLIC -Wno-zero-length-bounds)
89
90
91
add_compile_options (-fdiagnostics-color=always)
0 commit comments