diff options
Diffstat (limited to 'code/renderer/tr_shader.c')
-rwxr-xr-x | code/renderer/tr_shader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/renderer/tr_shader.c b/code/renderer/tr_shader.c index b554f34..4e4face 100755 --- a/code/renderer/tr_shader.c +++ b/code/renderer/tr_shader.c @@ -43,6 +43,7 @@ static char **shaderTextHashTable[MAX_SHADERTEXT_HASH]; return a hash value for the filename ================ */ +#warning TODO: check if long is ok here static long generateHashValue( const char *fname, const int size ) { int i; long hash; |