Skip to content

Commit

Permalink
Remove compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslaw Buczkowski authored and bitmouse committed Sep 1, 2020
1 parent cc8aa69 commit 6245cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/ipc/ipc-common/InterfaceManagerInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <QObject>
#include <QString>
#include <QPointer>
#include "Registry.h"

#if defined(FaceliftIPCCommonLib_LIBRARY)
Expand Down
2 changes: 1 addition & 1 deletion src/model/InterfaceBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void InterfaceBase::setComponentCompleted() {
}
}

void registerInterfaceImplementationInstance(InterfaceBase & i)
void registerInterfaceImplementationInstance(InterfaceBase&)
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/model/InterfaceBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class FaceliftModelLib_EXPORT InterfaceBase : public QObject

};

FaceliftModelLib_EXPORT void registerInterfaceImplementationInstance(InterfaceBase & i);
FaceliftModelLib_EXPORT void registerInterfaceImplementationInstance(InterfaceBase&);

}

Expand Down

0 comments on commit 6245cee

Please sign in to comment.