diff options
-rw-r--r-- | lib/Lex/LiteralSupport.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Lex/LiteralSupport.cpp b/lib/Lex/LiteralSupport.cpp index c758b40032..fb543d0f03 100644 --- a/lib/Lex/LiteralSupport.cpp +++ b/lib/Lex/LiteralSupport.cpp @@ -217,6 +217,7 @@ static void ProcessUCNEscape(const char *&ThisTokBuf, const char *ThisTokEnd, return; } if (wide) { + (void)UcnLenSave; assert(UcnLenSave == 4 && "ProcessUCNEscape - only ucn length of 4 supported"); // little endian assumed. |