Blender Git Loki
Git Commits -> Revision 369dc20
Revision 369dc20 by Sergey Sharybin (temp-cxx-upgrade) June 18, 2020, 13:15 (GMT) |
Tests: Use explicit signature constants Are reported by MSVC 2019 after C++17 switch. One might suggest lets just silence the warning, I will say why to have specific signed/unsigned types in API just to then (usafely) ignore the sign conversion. |
Commit Details:
Full Hash: 369dc20e651a6c86d167b555f958b2ac85256ada
Parent Commit: c1c41d4
Lines Changed: +265, -265
10 Modified Paths:
/tests/gtests/blenlib/BLI_array_test.cc (+15, -15) (Diff)
/tests/gtests/blenlib/BLI_index_range_test.cc (+35, -35) (Diff)
/tests/gtests/blenlib/BLI_linear_allocator_test.cc (+6, -6) (Diff)
/tests/gtests/blenlib/BLI_map_test.cc (+35, -35) (Diff)
/tests/gtests/blenlib/BLI_set_test.cc (+21, -21) (Diff)
/tests/gtests/blenlib/BLI_span_test.cc (+30, -30) (Diff)
/tests/gtests/blenlib/BLI_stack_cxx_test.cc (+20, -20) (Diff)
/tests/gtests/blenlib/BLI_string_ref_test.cc (+16, -16) (Diff)
/tests/gtests/blenlib/BLI_vector_set_test.cc (+28, -28) (Diff)
/tests/gtests/blenlib/BLI_vector_test.cc (+59, -59) (Diff)
/tests/gtests/blenlib/BLI_index_range_test.cc (+35, -35) (Diff)
/tests/gtests/blenlib/BLI_linear_allocator_test.cc (+6, -6) (Diff)
/tests/gtests/blenlib/BLI_map_test.cc (+35, -35) (Diff)
/tests/gtests/blenlib/BLI_set_test.cc (+21, -21) (Diff)
/tests/gtests/blenlib/BLI_span_test.cc (+30, -30) (Diff)
/tests/gtests/blenlib/BLI_stack_cxx_test.cc (+20, -20) (Diff)
/tests/gtests/blenlib/BLI_string_ref_test.cc (+16, -16) (Diff)
/tests/gtests/blenlib/BLI_vector_set_test.cc (+28, -28) (Diff)
/tests/gtests/blenlib/BLI_vector_test.cc (+59, -59) (Diff)