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