Skip to content

Commit 863e463

Browse files
committed
fix warnings
1 parent d3e066a commit 863e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/src/vector4.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const tst::set set("vector4", [](tst::suite& suite){
381381
});
382382

383383
suite.add("operator_output__float", [](){
384-
r4::vector4<float> a{3.5, 4.6, 5.7, 6.8};
384+
r4::vector4<float> a{3.5f, 4.6f, 5.7f, 6.8f};
385385

386386
std::stringstream ss;
387387
ss << a;

0 commit comments

Comments
 (0)