Skip to content

Commit

Permalink
cmake: remove an extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 24, 2024
1 parent a1b8e69 commit 77dd6f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
target_compile_options(ftp
PRIVATE
# Setup warning level.
/W4
# C4100: 'identifier' : unreferenced formal parameter
/wd4100
Expand Down

0 comments on commit 77dd6f2

Please sign in to comment.