mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-07-01 03:11:04 -07:00
Day 44 complete
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#pragma warning( disable: 4710 ) // Support automatic inline expansion
|
||||
#pragma warning( disable: 4805 ) // Support comparisons of s32 to bool.
|
||||
#pragma warning( disable: 5246 ) // Support for initialization of subobject without braces.
|
||||
#pragma warning( disable: 4701 ) // Support for potentially uninitalized variables
|
||||
#endif
|
||||
|
||||
#ifdef __clang__
|
||||
|
Reference in New Issue
Block a user