diff options
author | Samuel Pitoiset <[email protected]> | 2017-04-11 14:03:00 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-04-13 09:58:24 +0200 |
commit | df2dba558c921f38a1225e043d9987f7de91a07b (patch) | |
tree | 653061f12d72199a99cdcb2227803578d7911c9d /src/mesa/main/dlopen.h | |
parent | bdb53e240ba70b24263bd1e5fb7d24c12b804016 (diff) |
mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()
Fixes the following Clang warnings.
main/pack.c:470:1: warning: unused function 'clamp_float_to_uint' [-Wunused-function]
clamp_float_to_uint(GLfloat f)
^
main/pack.c:477:1: warning: unused function 'clamp_half_to_uint' [-Wunused-function]
clamp_half_to_uint(GLhalfARB h)
^
2 warnings generated.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/dlopen.h')
0 files changed, 0 insertions, 0 deletions