diff options
author | Brian Paul <[email protected]> | 2014-03-05 16:39:59 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-03-06 07:45:36 -0700 |
commit | ef8a19ed4facf9769e1da1cbb9e741df23893ed5 (patch) | |
tree | af8692cfec0d144db2cf0db168cd8b8294dfd003 /src/mapi/mapi_glapi.c | |
parent | 3649800009bffc7787f08c32cfee355b8e874b20 (diff) |
glsl: fix compiler warnings in link_uniforms.cpp
With a non-debug build, gcc has two complaints:
1. 'found' var not used. Silence with '(void) found;'
2. 'id' not initialized. It's assigned by the UniformHash->get()
call, actually. But init it to zero to silence gcc.
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi/mapi_glapi.c')
0 files changed, 0 insertions, 0 deletions