summaryrefslogtreecommitdiff
path: root/src/Task.cc
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-05-25 01:46:01 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-05-25 01:46:01 -0700
commit5bf938797c73e8526b9ba228a3338d3972c2dfcd (patch)
treea62cc49945f61a29bca481687c3e66bfc730aeb1 /src/Task.cc
parent383a221c5c70b664424cb0e48d04160c60aa3b24 (diff)
Creating a Balau project file.
Diffstat (limited to 'src/Task.cc')
-rw-r--r--src/Task.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Task.cc b/src/Task.cc
index 85cdafe..fe4d97a 100644
--- a/src/Task.cc
+++ b/src/Task.cc
@@ -136,7 +136,7 @@ void Balau::Task::coroutine() {
Printer::elog(E_TASK, "Stackless task %s at %p is task-switching.", getName(), this);
}
}
- catch (EAgain & e) {
+ catch (EAgain &) {
Printer::log(M_ERROR, "Task %s at %p threw an EAgain - you should catch it and yield; the app will crash now", getName(), this);
m_status = FAULTED;
}