diff options
author | Samuel Pitoiset <[email protected]> | 2017-04-11 14:30:42 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-04-13 10:06:05 +0200 |
commit | fbe2ff7740edfe5096dfbef4d02b478ab7936efd (patch) | |
tree | b174408febc6eeb1c329233b4c09582f23d6180f /Android.mk | |
parent | 12647533fa7136530c55018a147c859663c54e21 (diff) |
llvmpipe: remove unused subpixel_snap() and fixed_to_float()
Fixes the following Clang warnings.
lp_setup_tri.c:55:1: warning: unused function 'subpixel_snap' [-Wunused-function]
subpixel_snap(float a)
^
lp_setup_tri.c:61:1: warning: unused function 'fixed_to_float' [-Wunused-function]
fixed_to_float(int a)
^
v2: - do not remove subpixel_snap() (use !PIPE_ARCH_SSE instead)
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'Android.mk')
0 files changed, 0 insertions, 0 deletions