summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/string.c b/string.c
index c64b2735f9..b17d41158c 100644
--- a/string.c
+++ b/string.c
@@ -6298,9 +6298,8 @@ unescape_ascii(unsigned int c)
return '\007';
case 'e':
return 033;
- default:
- UNREACHABLE;
}
+ UNREACHABLE_RETURN(-1);
}
static void