Skip to content

Commit d38114a

Browse files
dendisuhubdyclaude
andcommitted
Fix invalid GCC flag: remove -Wno-error=alloc-size-larger-than
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 19b0b1c commit d38114a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ endif()
9292

9393
target_compile_options(obfs4 PRIVATE
9494
-Wall -Wextra -Wpedantic -Werror
95-
-Wno-error=stringop-overflow -Wno-error=alloc-size-larger-than
95+
-Wno-error=stringop-overflow
9696
)
9797

9898
# obfs4proxy binary

0 commit comments

Comments
 (0)