You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dialogsettings.cpp:17:22: warning: extra tokens at end of #include directive [enabled by default]
dialogsettings.cpp: In destructor ‘virtual DialogSettings::~DialogSettings()’:
dialogsettings.cpp:124:26: warning: unused variable ‘alertSound’ [-Wunused-variable]
The text was updated successfully, but these errors were encountered:
The following compiler warnings occur, when compiled with gcc-4.6.2
mainwindow.cpp:317:6: warning: unused parameter ‘event’ [-Wunused-parameter]
dialogsettings.cpp:17:22: warning: extra tokens at end of #include directive [enabled by default]
dialogsettings.cpp: In destructor ‘virtual DialogSettings::~DialogSettings()’:
dialogsettings.cpp:124:26: warning: unused variable ‘alertSound’ [-Wunused-variable]
The text was updated successfully, but these errors were encountered: