diff options
Diffstat (limited to 'src/mesa/util/u_math.c')
-rw-r--r-- | src/mesa/util/u_math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/util/u_math.c b/src/mesa/util/u_math.c index 7913285..36aa2f7 100644 --- a/src/mesa/util/u_math.c +++ b/src/mesa/util/u_math.c @@ -115,7 +115,7 @@ util_fpstate_set_denorms_to_zero(unsigned current_mxcsr) * On platforms without support for it's a noop. */ void -util_fpstate_set(unsigned mxcsr) +util_fpstate_set(UNUSED unsigned mxcsr) { #if defined(PIPE_ARCH_SSE) if (util_get_cpu_caps()->has_sse) { |