Skip to content

Commit

Permalink
ignore c4477 msvc warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 30, 2016
1 parent 808c3fb commit 60653e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/global.hpp
Expand Up @@ -31,6 +31,9 @@
// Disable warning about deprecated functions.
#pragma warning(disable: 4996)

// Disable warning when using time_t in snprintf.
#pragma warning(disable: 4477)

// Disable some MSVC warnings which are useless according to mordante
#pragma warning(disable: 4244)
#pragma warning(disable: 4345)
Expand Down

0 comments on commit 60653e2

Please sign in to comment.