diff options
author | Ken Moore <ken@ixsystems.com> | 2017-02-27 11:58:42 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-02-27 11:58:42 -0500 |
commit | 7e00d31d1dcb444869512710ad2af5055834b028 (patch) | |
tree | 2a865193a268efca28cedf3a4fb8d9e0c9048eae /src-qt5/core/libLumina/OSInterface-template.cpp | |
parent | Silence some compile warnings in all the various OS templates. (diff) | |
download | lumina-7e00d31d1dcb444869512710ad2af5055834b028.tar.gz lumina-7e00d31d1dcb444869512710ad2af5055834b028.tar.bz2 lumina-7e00d31d1dcb444869512710ad2af5055834b028.zip |
Clean up a couple more compile warnings about unused variables.
Diffstat (limited to 'src-qt5/core/libLumina/OSInterface-template.cpp')
-rw-r--r-- | src-qt5/core/libLumina/OSInterface-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/OSInterface-template.cpp b/src-qt5/core/libLumina/OSInterface-template.cpp index 62915f2f..96b01e60 100644 --- a/src-qt5/core/libLumina/OSInterface-template.cpp +++ b/src-qt5/core/libLumina/OSInterface-template.cpp @@ -51,7 +51,7 @@ QList<QVariant> OSInterface::status(OSInterface::Interface){ } //Individual Interface interactions -bool OSInterface::modify(OSInterface::Interface, QList<QVariant> args){ //returns: success/failure +bool OSInterface::modify(OSInterface::Interface, QList<QVariant>){ //returns: success/failure // ==== Interface modification argument lists ==== // Battery: <NO MODIFICATION> // Volume: [int (set percent volume) ] |