]> granicus.if.org Git - clang/commitdiff
Add whitespace to silence the following warning in a Release build: warning: suggest...
authorTed Kremenek <kremenek@apple.com>
Tue, 6 Jan 2009 19:17:58 +0000 (19:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 6 Jan 2009 19:17:58 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61820 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExprCXX.cpp

index 88ca9157145fd830e678c18f956ff22aa6a53bcd..d05c00292dbabb18bae392b63a3080e2eb71adbf 100644 (file)
@@ -526,7 +526,7 @@ bool Parser::ParseCXXTypeSpecifierSeq(DeclSpec &DS) {
     return true;
   }
   
-  while (ParseOptionalTypeSpecifier(DS, isInvalid, PrevSpec));
+  while (ParseOptionalTypeSpecifier(DS, isInvalid, PrevSpec)) ;
 
   return false;
 }