commit | 17cd8af3201acd97fc348543be3c7fc651c2287a | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Nov 06 18:10:17 2019 +0000 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Nov 06 18:10:17 2019 +0000 |
tree | 56231a894276ebb1db405739bd3e7c02b4e9fed8 | |
parent | 9e6e14e2c8554c178af54f23151b54aa72d0271e [diff] |
math: fix unused variable warnings Compilers (incorrectly) warn about unused volatile variables: math/math_config.h: In function 'force_eval_float': math/math_config.h:188:18: warning: unused variable 'y' [-Wunused-variable] silence them.