summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.tests/unix/floatmath/floatmath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/floatmath/floatmath.cpp b/config.tests/unix/floatmath/floatmath.cpp
index c8540c6d1d..9ac7884377 100644
--- a/config.tests/unix/floatmath/floatmath.cpp
+++ b/config.tests/unix/floatmath/floatmath.cpp
@@ -33,7 +33,7 @@
#include <math.h>
-int main(int argc, char **argv)
+int main(int, char **)
{
float c = ceilf(1.3f);
float f = floorf(1.7f);