Skip to content

Commit

Permalink
fix: remove -Wno-overflow which was needed for utf8_decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Jul 7, 2024
1 parent 4e79957 commit afe41dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG OR APPLE)
# disabled.
)

if (CMAKE_COMPILER_IS_GNUCXX)
# The package utf8 has an issue with constant overflow.
# Once this is fixed remove this flag:
target_compile_options(ArkReactor PUBLIC -Wno-overflow)
endif ()

if (APPLE)
# The standard SSH libraries are depreciate on APPLE.
# Thus they currently generate a warning that we have to ignore for now.
Expand Down

0 comments on commit afe41dd

Please sign in to comment.