summaryrefslogtreecommitdiff
path: root/src/HelperTasks.cc
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-05-25 19:57:45 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-05-25 19:57:45 -0700
commit743b3f9410eee4f5bf2055c3673826ca17b5d67e (patch)
treecca98bb207bdbc5161bbae03eb8ccad2ede5472e /src/HelperTasks.cc
parent33a580d299413277f53f432f05ea0700e05fef5d (diff)
Cleaning a few more warnings out.
Diffstat (limited to 'src/HelperTasks.cc')
-rw-r--r--src/HelperTasks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HelperTasks.cc b/src/HelperTasks.cc
index 074aa8d..3a80b82 100644
--- a/src/HelperTasks.cc
+++ b/src/HelperTasks.cc
@@ -38,7 +38,7 @@ void Balau::CopyTask::Do() {
}
}
}
- catch (EAgain & e) {
+ catch (EAgain &) {
taskSwitch();
}
}