From d1eae5c527b2db44ab99012c2f213fa315bfd6f6 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 12 Apr 2015 15:51:19 +0300 Subject: Config: Suppress compiler warnings for floatmath Change-Id: I91c7fb0eeb1375d8130f1047891a5b7f90e6d4cf Reviewed-by: Thiago Macieira --- config.tests/unix/floatmath/floatmath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -int main(int argc, char **argv) +int main(int, char **) { float c = ceilf(1.3f); float f = floorf(1.7f); -- cgit v1.2.3