aboutsummaryrefslogtreecommitdiff
path: root/stringprintf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'stringprintf.cc')
-rw-r--r--stringprintf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/stringprintf.cc b/stringprintf.cc
index 4ca40d2..b0d4b4a 100644
--- a/stringprintf.cc
+++ b/stringprintf.cc
@@ -35,4 +35,5 @@ string StringPrintf(const char* format, ...) {
str.resize(ret + 1);
}
assert(false);
+ __builtin_unreachable();
}