1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
elsid b0f192d878
Fix warning: maybe-uninitialized
../../components/misc/color.cpp: In static member function 'static Misc::Color Misc::Color::fromHex(std::string_view)':
../../components/misc/color.cpp:36:24: error: 'v' may be used uninitialized in this function [-Werror=maybe-uninitialized]
   36 |             rgb[i] = v / 255.0f;
      |                      ~~^~~~~~~~
2022-01-30 00:44:22 +01:00
..
2021-11-05 10:53:52 +01:00
2022-01-30 00:44:22 +01:00
2022-01-17 22:35:06 +00:00
2022-01-23 17:30:25 +01:00
2021-04-17 12:14:50 +04:00
2022-01-24 22:32:04 +01:00
2018-08-13 20:31:11 +01:00
2018-08-13 20:31:11 +01:00
2021-11-14 11:26:16 +01:00