mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
msvc: remove warning disables which no longer fire
This commit is contained in:
parent
d7a5558dc5
commit
c89ae53677
4 changed files with 3 additions and 29 deletions
|
@ -49,11 +49,6 @@
|
|||
#include <unistd.h> // for unlink()
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4310)
|
||||
#endif
|
||||
|
||||
namespace Common
|
||||
{
|
||||
// Believe me, you *don't* want to change these constants !!
|
||||
|
@ -288,7 +283,3 @@ FailWrite:
|
|||
return false;
|
||||
}
|
||||
} // namespace Common
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue