mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 01:16:31 +00:00
Remove glslang warning disable as override is fully supported on VS2015
This commit is contained in:
@@ -28,10 +28,6 @@
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
#if ENABLED(RDOC_MSVS)
|
||||
#pragma warning(disable : 4481) // nonstandard extension used: override specifier 'override'
|
||||
#endif
|
||||
|
||||
#include "3rdparty/glslang/glslang/Public/ShaderLang.h"
|
||||
|
||||
static bool inited = false;
|
||||
|
||||
@@ -28,10 +28,6 @@
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
#if ENABLED(RDOC_MSVS)
|
||||
#pragma warning(disable : 4481) // nonstandard extension used: override specifier 'override'
|
||||
#endif
|
||||
|
||||
#include "3rdparty/glslang/SPIRV/GlslangToSpv.h"
|
||||
#include "3rdparty/glslang/glslang/Public/ShaderLang.h"
|
||||
|
||||
|
||||
@@ -36,10 +36,6 @@ using std::make_pair;
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
#if ENABLED(RDOC_MSVS)
|
||||
#pragma warning(disable : 4481) // nonstandard extension used: override specifier 'override'
|
||||
#endif
|
||||
|
||||
#include "3rdparty/glslang/SPIRV/GLSL.std.450.h"
|
||||
#include "3rdparty/glslang/SPIRV/spirv.hpp"
|
||||
#include "3rdparty/glslang/glslang/Public/ShaderLang.h"
|
||||
|
||||
Reference in New Issue
Block a user