You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/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)
                     ^~~~~~~~~~~~
7 years ago
..
mwbase Revert "Merged pull request #1573" 7 years ago
mwclass Merged pull request #4413 7 years ago
mwdialogue Only display "new journal entry" message in dialogue if there *is* a new entry 7 years ago
mwgui Capitalize enchanted items names again in spells window 7 years ago
mwinput Don't move the player if opposite direction keys are held down at the same time (Fixes #4233) 7 years ago
mwmechanics Revert "Merged pull request #1573" 7 years ago
mwphysics Revert "Merge pull request #1701 from akortunov/standfix" 7 years ago
mwrender Revert "Merged pull request #1573" 7 years ago
mwscript Revert "Merged pull request #1573" 7 years ago
mwsound Merge pull request #1708 from akortunov/refidfix 7 years ago
mwstate Revert "Merge pull request #1701 from akortunov/standfix" 7 years ago
mwworld Fix warnings: catching polymorphic type by value 7 years ago
CMakeLists.txt Merge pull request #1597 7 years ago
android_commandLine.cpp Fix tab indentations in apps/ and components/ 9 years ago
android_commandLine.h Remove empty line at the beginning of files 10 years ago
android_main.c android: Update for sdl 2.0.8 7 years ago
crashcatcher.cpp crashcatcher: complain when launching gdb fails 8 years ago
doc.hpp Fixed more spelling mistakes 8 years ago
engine.cpp Revert "Merge pull request #1595" 7 years ago
engine.hpp Don't increase simulationTime while the game is minimized (Fixes #4211) 7 years ago
main.cpp Update android port. 7 years ago