1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00
elsid 975e4f9908
Fix warning -Wrange-loop-construct
apps/openmw/mwgui/loadingscreen.cpp:81:36: warning: loop variable 'extension' of type 'const std::__cxx11::basic_string<char>' creates a copy from type 'const std::__cxx11::basic_string<char>' [-Wrange-loop-construct]
                    for(auto const extension: supported_extensions)
                                   ^
apps/openmw/mwgui/loadingscreen.cpp:81:25: note: use reference type 'const std::__cxx11::basic_string<char> &' to prevent copying
                    for(auto const extension: supported_extensions)
                        ^~~~~~~~~~~~~~~~~~~~~
                                   &
2020-04-25 01:38:15 +02:00
..
2017-09-24 19:08:13 +02:00
2019-08-12 00:54:02 +12:00
2019-08-12 00:54:02 +12:00
2017-09-24 19:08:13 +02:00
2019-09-02 16:49:29 +02:00
2018-09-12 14:31:01 +04:00
2017-09-24 19:08:13 +02:00
2018-10-09 10:21:12 +04:00
2020-02-18 10:36:08 -08:00
2018-10-09 10:21:12 +04:00
2018-10-09 10:21:12 +04:00
2017-09-24 19:08:13 +02:00
2018-10-09 10:21:12 +04:00
2017-09-24 19:08:13 +02:00
2019-02-23 08:02:12 +04:00
2017-09-24 19:08:13 +02:00
2018-10-09 10:21:12 +04:00
2017-09-24 19:08:13 +02:00
2018-09-12 14:31:01 +04:00
2019-02-19 18:40:33 +03:00
2015-04-28 18:48:02 -05:00
2017-09-24 19:08:13 +02:00
2019-02-23 08:02:12 +04:00
2020-02-18 10:36:08 -08:00