diff options
Diffstat (limited to 'code/renderer/tr_shader.c')
-rw-r--r-- | code/renderer/tr_shader.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/code/renderer/tr_shader.c b/code/renderer/tr_shader.c index b99ea1b..5376fa2 100644 --- a/code/renderer/tr_shader.c +++ b/code/renderer/tr_shader.c @@ -43,7 +43,9 @@ static char **shaderTextHashTable[MAX_SHADERTEXT_HASH]; return a hash value for the filename ================ */ -#warning TODO: check if long is ok here +#ifdef __GNUCC__ + #warning TODO: check if long is ok here +#endif static long generateHashValue( const char *fname, const int size ) { int i; long hash; |