1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 23:13:06 +00:00
openmw/apps/opencs/view
elsid a8c16071dc
Fix -Wreturn-local-addr warning
/home/elsid/dev/openmw/apps/opencs/model/world/actoradapter.cpp: In member function ‘const string& CSMWorld::ActorAdapter::ActorData::getPart(ESM::PartReferenceType) const’:
/home/elsid/dev/openmw/apps/opencs/model/world/actoradapter.cpp:142:20: error: returning reference to temporary [-Werror=return-local-addr]
  142 |             return "";
      |                    ^~
2021-09-04 18:04:45 +02:00
..
doc Avoid the inclusion of <charconv> header due to Ubuntu Bionic (18.04) which as gcc version less than 8.1 2021-08-04 06:47:14 +10:00
filter Add a default filter to CS tables 2021-06-25 11:45:43 +01:00
prefs Using override keyword in OpenMW CS 2021-05-18 19:53:55 -05:00
render Fix -Wreturn-local-addr warning 2021-09-04 18:04:45 +02:00
tools Dont copy-construct from a const-ref when used only as a const-ref 2021-08-29 20:22:34 +02:00
widget fix texture brush index search 2021-08-01 19:42:41 +03:00
world Disallow entry of strings longer than the lengths allowed by the file format. 2021-08-04 09:39:18 +10:00