We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a3c8f commit 733ac6bCopy full SHA for 733ac6b
Graphics/ShaderTools/src/SPIRVTools.cpp
@@ -30,8 +30,8 @@
30
// Temporarily disable warning C4127: conditional expression is constant
31
// This warning is triggered by SPIRV-Tools headers in ThirdParty
32
#ifdef _MSC_VER
33
-#pragma warning(push)
34
-#pragma warning(disable : 4127)
+# pragma warning(push)
+# pragma warning(disable : 4127)
35
#endif
36
37
#include "spirv-tools/optimizer.hpp"
0 commit comments