tool_cb_prg: fix double-promotion warning
clang complains: tool_cb_prg.c:86:22: error: implicit conversion increases floating-point precision: 'float' to 'double' [-Werror,-Wdouble-promotion] Fix this by using a double instead of a float constant.
parent
6cba8dac
Please register or sign in to comment