Fix various compiler warnings:
* fix -Wunused-parameter * fix -Wunused-function * fix -Wunused-private-field * fix -Wunused-variable * fix -Winconsistent-missing-override
This commit is contained in:
@@ -115,6 +115,7 @@ PyObject* initModule()
|
||||
PyMOD_INIT_FUNC(StartGui)
|
||||
{
|
||||
static StartGui::StartLauncher* launcher = new StartGui::StartLauncher();
|
||||
Q_UNUSED(launcher)
|
||||
|
||||
Base::Console().Log("Loading GUI of Start module... ");
|
||||
PyObject* mod = StartGui::initModule();
|
||||
|
||||
Reference in New Issue
Block a user