mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 13:46:39 +00:00
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
|
||
|---|---|---|
| .. | ||
| utils | ||
| advancedpage.cpp | ||
| advancedpage.hpp | ||
| CMakeLists.txt | ||
| datafilespage.cpp | ||
| datafilespage.hpp | ||
| graphicspage.cpp | ||
| graphicspage.hpp | ||
| main.cpp | ||
| maindialog.cpp | ||
| maindialog.hpp | ||
| playpage.cpp | ||
| playpage.hpp | ||
| sdlinit.cpp | ||
| sdlinit.hpp | ||
| settingspage.cpp | ||
| settingspage.hpp | ||
| textslotmsgbox.cpp | ||
| textslotmsgbox.hpp | ||