Suppress MSVC warning about unused variable.
One variable was only used in an 'assert' call. MSVC flagged this as unused in Release. Suppress the warning and also add a static cast to void so the variable becomes referenced.
Loading
Please register or sign in to comment