From c6f209113c467e427f85c4aef1b1f5ce6662a960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 22 Aug 2016 20:24:28 -0700 Subject: [PATCH] Removed 4127. --- include/bx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/platform.h b/include/bx/platform.h index a193a51..d917d07 100644 --- a/include/bx/platform.h +++ b/include/bx/platform.h @@ -344,7 +344,7 @@ # pragma warning(error:4100) // ENABLE warning C4100: '' : unreferenced formal parameter # pragma warning(error:4189) // ENABLE warning C4189: '' : local variable is initialized but not referenced # pragma warning(error:4121) // ENABLE warning C4121: 'symbol' : alignment of a member was sensitive to packing -# pragma warning(error:4127) // ENABLE warning C4127: conditional expression is constant +//# pragma warning(error:4127) // ENABLE warning C4127: conditional expression is constant # pragma warning(error:4130) // ENABLE warning C4130: 'operator' : logical operation on address of string constant # pragma warning(error:4239) // ENABLE warning C4239: nonstandard extension used : 'argument' : conversion from '*' to '* &' A non-const reference may only be bound to an lvalue //# pragma warning(error:4244) // ENABLE warning C4244: 'argument' : conversion from 'type1' to 'type2', possible loss of data