From 5bf938797c73e8526b9ba228a3338d3972c2dfcd Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 25 May 2014 01:46:01 -0700 Subject: Creating a Balau project file. --- src/Task.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Task.cc') 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; } -- cgit v1.2.3