1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 21:40:03 +00:00
elsid dba79f4d4d
Fix warnings: catching polymorphic type by value
openmw/apps/openmw/mwworld/worldimp.cpp: In member function ‘virtual bool MWWorld::World::findExteriorPosition(const string&, ESM::Position&)’:
openmw/apps/openmw/mwworld/worldimp.cpp:2650:25: warning: catching polymorphic type ‘class std::invalid_argument’ by value [-Wcatch-value=]
             catch (std::invalid_argument)
                         ^~~~~~~~~~~~~~~~
openmw/apps/openmw/mwworld/worldimp.cpp:2654:25: warning: catching polymorphic type ‘class std::out_of_range’ by value [-Wcatch-value=]
             catch (std::out_of_range)
                         ^~~~~~~~~~~~

openmw/components/widgets/numericeditbox.cpp: In member function ‘void Gui::NumericEditBox::onEditTextChange(MyGUI::EditBox*)’:
openmw/components/widgets/numericeditbox.cpp:41:21: warning: catching polymorphic type ‘class std::invalid_argument’ by value [-Wcatch-value=]
         catch (std::invalid_argument)
                     ^~~~~~~~~~~~~~~~
openmw/components/widgets/numericeditbox.cpp:45:21: warning: catching polymorphic type ‘class std::out_of_range’ by value [-Wcatch-value=]
         catch (std::out_of_range)
                     ^~~~~~~~~~~~
2018-06-02 14:28:46 +03:00
..
2017-04-13 22:33:13 +09:00
2013-04-28 14:59:15 +02:00
2013-04-28 14:59:15 +02:00
2015-12-18 16:58:38 +01:00
2013-03-23 08:16:46 +01:00
2017-05-25 13:09:40 +04:00
2015-01-23 15:34:47 +01:00
2018-05-13 17:18:45 +03:00
2018-03-30 00:02:52 +03:00
2015-01-10 01:00:52 +01:00
2015-12-07 22:49:15 +01:00
2015-12-18 17:08:26 +01:00
2017-02-18 13:47:18 +00:00
2017-02-18 13:47:18 +00:00
2018-04-18 12:36:10 +00:00
2018-05-06 16:42:05 +04:00
2015-03-06 21:36:42 +13:00
2018-04-18 12:36:10 +00:00
2018-04-09 20:23:43 +00:00