openmw-tes3coop/apps/openmw
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
..
mwbase Revert "Merged pull request #1573" 2018-05-26 11:39:30 +00:00
mwclass Merged pull request #4413 2018-05-23 13:45:35 +02:00
mwdialogue Only display "new journal entry" message in dialogue if there *is* a new entry 2018-02-18 16:01:50 +03:00
mwgui Capitalize enchanted items names again in spells window 2018-05-24 13:03:47 +04:00
mwinput Don't move the player if opposite direction keys are held down at the same time (Fixes #4233) 2018-03-25 12:20:48 +03:00
mwmechanics Revert "Merged pull request #1573" 2018-05-26 11:39:30 +00:00
mwphysics Revert "Merge pull request #1701 from akortunov/standfix" 2018-05-26 11:35:48 +00:00
mwrender Revert "Merged pull request #1573" 2018-05-26 11:39:30 +00:00
mwscript Revert "Merged pull request #1573" 2018-05-26 11:39:30 +00:00
mwsound Merge pull request #1708 from akortunov/refidfix 2018-05-16 15:59:31 +02:00
mwstate Revert "Merge pull request #1701 from akortunov/standfix" 2018-05-26 11:35:48 +00:00
mwworld Fix warnings: catching polymorphic type by value 2018-06-02 14:28:46 +03:00
android_commandLine.cpp Fix tab indentations in apps/ and components/ 2015-09-16 20:45:37 +02:00
android_commandLine.h Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
android_main.c android: Update for sdl 2.0.8 2018-03-30 12:44:38 -04:00
CMakeLists.txt Merge pull request #1597 2018-02-27 23:48:45 +00:00
crashcatcher.cpp crashcatcher: complain when launching gdb fails 2017-02-23 23:28:49 +01:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp Revert "Merge pull request #1595" 2018-01-09 13:47:57 +00:00
engine.hpp Don't increase simulationTime while the game is minimized (Fixes #4211) 2017-11-16 18:48:49 +00:00
main.cpp Update android port. 2018-01-16 00:11:27 -05:00