summaryrefslogtreecommitdiff
path: root/libsowatch/watch.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-27 20:22:49 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-27 20:22:49 +0200
commit64662ecc6ea6b5296ea77d83eac6eb1372afac01 (patch)
treec32745b57e9f65c9aff83717ea930de06c853577 /libsowatch/watch.cpp
parent754d02ae6f8d19e64a36cee970a7e364b5b295de (diff)
downloadsowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.tar.gz
sowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.zip
new crappy map watchlet
Diffstat (limited to 'libsowatch/watch.cpp')
-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);
}