summaryrefslogtreecommitdiff
path: root/libsowatch
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch')
-rw-r--r--libsowatch/watch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/watch.cpp b/libsowatch/watch.cpp
index e62c6c4..e37cdf8 100644
--- a/libsowatch/watch.cpp
+++ b/libsowatch/watch.cpp
@@ -17,4 +17,5 @@ Watch::~Watch()
void Watch::vibrate(int msecs)
{
/* The default implementation does nothing. */
+ Q_UNUSED(msecs);
}