Skip to content

Commit

Permalink
Reduce some MSVC warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Nov 25, 2024
1 parent 65e75c3 commit 42f4baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/compiler-and-git.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ else ()
/wd4018 # signed unsigned compare
/wd4996 # don't warn on stricmp vs _stricmp and other posix names
/wd4267 # converting size_t <-> int
/wd4005 # macro redefinition for nominmax
/utf-8
)
endif ()
Expand Down

0 comments on commit 42f4baa

Please sign in to comment.