1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-05 15:40:10 +00:00
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
..
2022-07-03 15:44:50 +04:00
2022-01-23 17:30:25 +01:00
2022-06-04 15:26:36 +02:00
2022-06-04 15:26:36 +02:00
2019-09-02 16:49:29 +02:00
2022-04-21 21:57:07 +02:00
2021-08-15 19:50:28 +02:00
2017-09-24 19:08:13 +02:00
2018-10-09 10:21:12 +04:00
2021-06-23 23:13:59 +02:00
2021-08-15 19:50:28 +02:00
2021-08-15 19:50:28 +02:00
2021-08-15 19:50:28 +02:00
2021-08-15 19:50:28 +02:00
2018-10-09 10:21:12 +04:00
2022-06-04 15:26:36 +02:00
2022-02-26 13:54:42 +00:00
2022-06-04 15:26:36 +02:00
2022-04-08 22:42:22 +02:00
2022-06-04 15:26:36 +02:00
2022-06-04 15:26:36 +02:00
2022-06-04 15:26:36 +02:00
2022-06-04 15:26:36 +02:00
2022-06-04 15:26:36 +02:00
2022-06-04 15:26:36 +02:00
2022-02-26 13:54:42 +00:00
2022-07-03 12:49:37 -07:00
2022-07-03 12:49:37 -07:00
2021-11-05 10:53:52 +01:00
2022-06-04 15:26:36 +02:00
2021-04-11 14:46:51 +02:00
2022-06-04 15:26:36 +02:00
2021-10-04 20:47:45 +00:00
2022-06-04 15:26:36 +02:00
2021-08-15 19:50:28 +02:00
2022-06-04 15:26:36 +02:00