Commit d1eae5c5 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

Config: Suppress compiler warnings for floatmath


Change-Id: I91c7fb0eeb1375d8130f1047891a5b7f90e6d4cf
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
Showing with 1 addition and 1 deletion
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment