We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12010d6 commit 2f3082cCopy full SHA for 2f3082c
lib/Sema/TypeCheckDeclPrimary.cpp
@@ -1034,7 +1034,7 @@ static bool checkExpressionMacroDefaultValueRestrictions(ParamDecl *param) {
1034
&ctx.Diags, SF->getExportedSourceFile(),
1035
initExpr->getLoc().getOpaquePointerValue());
1036
#else
1037
- ctx.Diags.diagnose(initExpr->getLoc(), diag::macro_unsupported));
+ ctx.Diags.diagnose(initExpr->getLoc(), diag::macro_unsupported);
1038
return false;
1039
#endif
1040
}
0 commit comments