Skip to content

Commit

Permalink
cmake: disable C4100 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 24, 2024
1 parent 23658e7 commit 6a9d55b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ if (MSVC)
add_compile_options(
# Setup warning level.
/W4
# C4100: 'identifier' : unreferenced formal parameter
/wd4100
# C4251: 'identifier' : class 'type' needs to have dll-interface to be
# used by clients of class 'type2'
/wd4251
Expand Down

0 comments on commit 6a9d55b

Please sign in to comment.