Fix compiler warning on Windows

git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@2256 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent fef4017f
#define MAJOR_VERSION 1 #define MAJOR_VERSION 1
#define MINOR_VERSION 1 #define MINOR_VERSION 1
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 2243 #define BUILD_REVISION 2244
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
...@@ -298,6 +298,7 @@ bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool lim ...@@ -298,6 +298,7 @@ bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool lim
return false; return false;
default: default:
UNREACHABLE(); UNREACHABLE();
return false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment