From: Mike Stump Date: Tue, 5 Jan 2010 00:29:29 +0000 (+0000) Subject: Fix warnings. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9a82a7085584dc20d43401322da2f41132c3229;p=clang Fix warnings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92551 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Frontend/PrintParserCallbacks.cpp b/lib/Frontend/PrintParserCallbacks.cpp index c5dc979f65..95afb908df 100644 --- a/lib/Frontend/PrintParserCallbacks.cpp +++ b/lib/Frontend/PrintParserCallbacks.cpp @@ -394,7 +394,8 @@ namespace { MultiExprArg Exprs, ExprArg AsmString, MultiExprArg Clobbers, - SourceLocation RParenLoc) { + SourceLocation RParenLoc, + bool MSAsm) { Out << __FUNCTION__ << "\n"; return StmtEmpty(); }