Cleanup: warning

This commit is contained in:
Campbell Barton 2015-07-21 09:54:23 +10:00
parent b5f282b211
commit 2bfa950438
1 changed files with 2 additions and 0 deletions

View File

@ -1535,6 +1535,8 @@ static const char *gpu_shader_version(bool use_opensubdiv)
if (use_opensubdiv) {
return "#version 150";
}
#else
UNUSED_VARS(use_opensubdiv);
#endif
/* turn on glsl 1.30 for bicubic bump mapping and ATI clipping support */