mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
first step towards making the render process const
This commit is contained in:
parent
46010244f5
commit
b6fb6944f6
67 changed files with 209 additions and 400 deletions
|
@ -67,6 +67,7 @@ namespace internal
|
|||
#pragma warning(disable:4505) // unreferenced local function has been removed
|
||||
#pragma warning(disable:4702) // unreachable code
|
||||
#pragma warning(disable:4127) // conditional expression is constant
|
||||
#pragma warning(disable:26812) // unscoped enum
|
||||
//#pragma warning(disable:4706) // assignment within conditional expression
|
||||
|
||||
//#pragma warning(disable:4389) // signed/unsigned mismatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue