mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
8 lines
281 B
C
8 lines
281 B
C
#ifdef _MSC_VER
|
|
#pragma warning(push, 3)
|
|
|
|
// it's way too much work to check all of these (runtime invariants may
|
|
// ensure the code is safe but cannot automatically be proved by the
|
|
// compiler)
|
|
#pragma warning(disable:4701) // "potentially uninitialized variable"
|
|
#endif
|