Fix renderergl2 warnings

This commit is contained in:
Tim Angus 2014-09-01 11:35:49 +01:00
parent d38039f975
commit 6665ea4a49
4 changed files with 7 additions and 9 deletions

View file

@ -3692,7 +3692,7 @@ a single large text block that can be scanned for shader names
static void ScanAndLoadShaderFiles( void )
{
char **shaderFiles;
char *buffers[MAX_SHADER_FILES];
char *buffers[MAX_SHADER_FILES] = {NULL};
char *p;
int numShaderFiles;
int i;