mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
msvc: remove warning disables which no longer fire
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user