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/apps
elsid 4ecee2e167
Avoid using reserved identifier in the global namespace
apps/launcher/datafilespage.cpp:762:12: warning: declaration uses identifier '_reloadCellsMutex', which is reserved in the global namespace [bugprone-reserved-identifier]
std::mutex _reloadCellsMutex;
           ^~~~~~~~~~~~~~~~~
           reloadCellsMutex

apps/openmw/mwgui/journalwindow.cpp:86:103: warning: declaration uses identifier '_sender', which is reserved in the global namespace [bugprone-reserved-identifier]
        void adviseButtonClick (char const * name, void (JournalWindowImpl::*Handler) (MyGUI::Widget* _sender))
                                                                                                      ^~~~~~~
                                                                                                      sender

apps/openmw/mwgui/journalwindow.cpp:92:100: warning: declaration uses identifier '_sender', which is reserved in the global namespace [bugprone-reserved-identifier]
        void adviseKeyPress (char const * name, void (JournalWindowImpl::*Handler) (MyGUI::Widget* _sender, MyGUI::KeyCode key, MyGUI::Char character))
                                                                                                   ^~~~~~~
                                                                                                   sender
3 years ago
..
benchmarks Remove redundant ostream, istream, iostream and sstream includes 3 years ago
bsatool Use target_precompile_headers for the most expensive headers 3 years ago
bulletobjecttool Use target_precompile_headers for the most expensive headers 3 years ago
esmtool Use target_precompile_headers for the most expensive headers 3 years ago
essimporter Init missing variables 3 years ago
launcher Avoid using reserved identifier in the global namespace 3 years ago
mwiniimporter Use target_precompile_headers for the most expensive headers 3 years ago
navmeshtool Use target_precompile_headers for the most expensive headers 3 years ago
niftest Use target_precompile_headers for the most expensive headers 3 years ago
opencs Do not use float as loop variable 3 years ago
openmw Avoid using reserved identifier in the global namespace 3 years ago
openmw_test_suite Remove redundant ostream, istream, iostream and sstream includes 3 years ago
wizard Clean up Qt includes 3 years ago
doc.hpp