Skip to content

Commit b5f9763

Browse files
author
Yihan Wang
authored
[NFC] Remove extra semicolon (#14569)
It's caused a build warning when `-Wpedantic` enabled. Signed-off-by: Wang, Yihan <[email protected]>
1 parent c0c4d02 commit b5f9763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5067,7 +5067,7 @@ void ConstructFreeFunctionKernel(SemaSYCL &SemaSYCLRef, FunctionDecl *FD) {
50675067

50685068
Visitor.VisitFunctionParameters(FD, argsSizeChecker, kernel_decl, kernel_body,
50695069
int_header, int_footer);
5070-
};
5070+
}
50715071

50725072
// Figure out the sub-group for the this function. First we check the
50735073
// attributes, then the global settings.

0 commit comments

Comments
 (0)