Skip to content
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

Fix compiler warnings #231

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Fix compiler warnings #231

merged 1 commit into from
Jul 15, 2023

Conversation

Ravindu-Hirimuthugoda
Copy link
Contributor

@thilinarmtb thilinarmtb changed the title Clang compiler warnings Fix compiler warnings Jul 15, 2023
return err;
}

// Calling nomp_jit() with invalid functions should return an error.
static int test_invalid_clauses(void) {
int err = 0;
TEST_BUILTIN_TYPES(105_invalid);
TEST_BUILTIN_TYPES(105_invalid, );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these , s are required now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TEST_BUILTIN_TYPES macro is not changed to TEST_BUILTIN_TYPES(...).

@thilinarmtb
Copy link
Contributor

This looks good ! Can you squash the two commits together?

@thilinarmtb
Copy link
Contributor

Thank you very much for the PR !

@thilinarmtb thilinarmtb merged commit bcac380 into main Jul 15, 2023
@thilinarmtb thilinarmtb deleted the clang-compiler-warning branch July 15, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants