summaryrefslogtreecommitdiff
path: root/src/Output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output.cc')
-rw-r--r--src/Output.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Output.cc b/src/Output.cc
index 9f5e370..3ca97b0 100644
--- a/src/Output.cc
+++ b/src/Output.cc
@@ -275,6 +275,8 @@ ssize_t Balau::Output::write(const void * buf, size_t count) throw (GeneralExcep
}
IAssert(false, "Shouldn't end up there.");
+
+ return -1;
}
bool Balau::Output::isClosed() {