Skip to content
Snippets Groups Projects
Commit 35244fa7 authored by James R.'s avatar James R.
Browse files

Clang: fix -Wimplicit-const-int-float-conversion

Some of these integers exceed the precision of float. In
that case the number is rounded. The rounding shouldn't
matter too much anyway, so just shut the compiler up.
parent 210c9419
1 merge request!1504Fix some compiler warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment