]> granicus.if.org Git - clang/commitdiff
Fix warnings.
authorMike Stump <mrs@apple.com>
Tue, 5 Jan 2010 00:29:29 +0000 (00:29 +0000)
committerMike Stump <mrs@apple.com>
Tue, 5 Jan 2010 00:29:29 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92551 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/PrintParserCallbacks.cpp

index c5dc979f654b3616ba1f2a7fc27eb8107d554c8b..95afb908dfa1aa4228177d3d0626b4a678e1afe2 100644 (file)
@@ -394,7 +394,8 @@ namespace {
                                           MultiExprArg Exprs,
                                           ExprArg AsmString,
                                           MultiExprArg Clobbers,
-                                          SourceLocation RParenLoc) {
+                                          SourceLocation RParenLoc,
+                                          bool MSAsm) {
       Out << __FUNCTION__ << "\n";
       return StmtEmpty();
     }