diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-11-04 12:24:49 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-11-06 14:19:08 -0800 |
commit | b7ebb9b042974874782f4e662bfc442bc96c5647 (patch) | |
tree | 024f4cea828bb4dedc66cd23a2f097d3e8c0e09d /hash.c | |
parent | 3bc4d05ff753c1b8357455a614bc5d11fffcfc0e (diff) |
Fix -Wimplicit-float-conversion warnings from clang
mkfontscale.c:110:32: warning: implicit conversion loses floating-point precision: 'double' to 'float' [-Wimplicit-float-conversion]
static float bigEncodingFuzz = 0.02;
~~~~~~~~~~~~~~~ ^~~~
mkfontscale.c:262:52: warning: implicit conversion loses floating-point precision: 'double' to 'float' [-Wimplicit-float-conversion]
bigEncodingFuzz = atof(argv[argn + 1]) / 100.0;
~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'hash.c')
0 files changed, 0 insertions, 0 deletions