Skip to content

Commit

Permalink
Clean up -Wno-format-nonliteral fo datachannel-static CMake target
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau authored and arvidn committed Jul 20, 2024
1 parent 2146926 commit 4c524b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,7 @@ if (webtorrent)
target_compile_options(datachannel-static PRIVATE
-Wno-pedantic
-Wno-unused-parameter
-Wno-unused-variable
-Wno-format-nonliteral)
-Wno-unused-variable)
endif()
endif()

Expand Down

0 comments on commit 4c524b7

Please sign in to comment.