mirror of
https://github.com/electronicarts/EABase.git
synced 2026-01-18 17:11:23 +01:00
Disable warning 4668 which triggers in windows headers.
This commit is contained in:
@@ -621,7 +621,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#define EA_DISABLE_ALL_VC_WARNINGS() \
|
||||
__pragma(warning(push, 0)) \
|
||||
__pragma(warning(disable: 4244 4265 4267 4350 4472 4509 4548 4623 4710 4985 6320 4755 4625 4626 4702)) // Some warnings need to be explicitly called out.
|
||||
__pragma(warning(disable: 4244 4265 4267 4350 4472 4509 4548 4623 4710 4985 6320 4755 4625 4626 4702 4668)) // Some warnings need to be explicitly called out.
|
||||
#else
|
||||
#define EA_DISABLE_ALL_VC_WARNINGS()
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user