Skip to content

Commit

Permalink
Reduce some MSVC warnings (#1466)
Browse files Browse the repository at this point in the history
* Reduce some MSVC warnings

* more warning attacks

Addresses #1438
  • Loading branch information
baconpaul authored Nov 26, 2024
1 parent 65e75c3 commit 60c788f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 60c788f

Please sign in to comment.