-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tests] CppInterOp: Enable GetFunctionAddress test for macOS #176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
@@ -678,6 +686,9 @@ | |||
FCI4.Invoke(&ret4); | |||
EXPECT_EQ(ret4, 4); | |||
|
|||
FUNC.Invoke(&ret5, {args0, /*args_size=*/1}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
FUNC.Invoke(&ret5, {args0, /*args_size=*/1});
^
- Remove macro guard for GetFunctionAddress Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
No description provided.