From d1eae5c527b2db44ab99012c2f213fa315bfd6f6 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Sun, 12 Apr 2015 15:51:19 +0300 Subject: [PATCH] Config: Suppress compiler warnings for floatmath Change-Id: I91c7fb0eeb1375d8130f1047891a5b7f90e6d4cf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> --- 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 c8540c6d1de..9ac78843775 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); -- GitLab