1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-03 12:45:38 +00:00
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
2022-07-06 13:52:28 +02:00
..
benchmarks Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
bsatool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
bulletobjecttool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
esmtool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
essimporter Init missing variables 2022-07-05 17:47:52 +04:00
launcher Avoid using reserved identifier in the global namespace 2022-07-06 13:52:28 +02:00
mwiniimporter Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
navmeshtool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
niftest Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
opencs Do not use float as loop variable 2022-07-06 13:52:28 +02:00
openmw Avoid using reserved identifier in the global namespace 2022-07-06 13:52:28 +02:00
openmw_test_suite Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
wizard Clean up Qt includes 2022-06-17 11:56:54 +02:00
doc.hpp