1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 18:53:54 +00:00
openmw/apps
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
..
bsatool Restore trailing new lines to shrink PR 2017-09-08 22:20:04 +01:00
esmtool Revise esmtool cell reference output 2020-04-13 20:17:16 +03:00
essimporter Unify streams usage to support non-ASCII paths (bug #5239) 2020-01-03 07:10:17 +04:00
launcher Add link to opencs documentation on readthedocs, available through 2020-04-18 20:54:21 +00:00
mwiniimporter Support eight possible blood types (feature #4958) 2019-04-14 18:48:31 +03:00
niftest Catch possible boost::bad_any_cast exception 2019-03-19 09:11:14 +04:00
opencs create static functions to set/get hidden node mask; compromise on magic numbers to make things easier to understand 2020-04-22 13:34:19 +02:00
openmw Fix warning -Wrange-loop-construct 2020-04-25 01:38:15 +02:00
openmw_test_suite Use approximate comparison for floating point in test 2020-04-19 19:11:38 +01:00
wizard Fix outdated bug tracker links 2020-04-22 01:45:11 +03:00
doc.hpp