summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-09-08 12:11:56 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-09-08 12:11:56 +0000
commitd8ec9291c677a85ac984bea6fb9da691efdf1564 (patch)
treebeb2f232ac9ba5686b84f321640195746eb3b8c3 /src/tools
parentb0b11c8fa24902e6a7cec4eca5b60bf56fc969b5 (diff)
unreachable code warning fixes for tools (nw)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/nltool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/nltool.c b/src/tools/nltool.c
index efb51b0dfbd..779094feb05 100644
--- a/src/tools/nltool.c
+++ b/src/tools/nltool.c
@@ -182,7 +182,6 @@ protected:
vprintf(format, ap);
printf("\n");
throw;
- break;
}
}