| http://www.w3.org/ns/prov#value | - warning C6272: non-float passed as argument <number> when float is required in call to <function>This warning indicates that the format string specifies that a float is required, for example, a %f or %g specification for printf, but a non-float such as an integer or string is being passed.
|