Skip to content

Commit a528f44

Browse files
committed
Remove Wno-zero-length-bounds
1 parent af65df6 commit a528f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if(NETWORK_CHANNEL_TCP_POSIX)
8585
endif()
8686

8787
target_compile_options(reactor-uc PRIVATE -Wall -Wextra -Werror)
88-
target_compile_options(reactor-uc PUBLIC -Wno-zero-length-bounds)
88+
# target_compile_options(reactor-uc PUBLIC -Wno-zero-length-bounds)
8989

9090

9191
add_compile_options (-fdiagnostics-color=always)

0 commit comments

Comments
 (0)