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

Remove redundant semicolons #1331

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

lukaszstolarczuk
Copy link
Contributor

It's only to silence errors, found on gcc in Ubuntu 20.04: error: extra ';' [-Werror=pedantic]

// ref: https://github.com/lukaszstolarczuk/unified-runtime/actions/runs/7845968200/job/21411580574#step:4:274

@lukaszstolarczuk lukaszstolarczuk requested a review from a team as a code owner February 9, 2024 16:20
@lukaszstolarczuk
Copy link
Contributor Author

testing: /e2e-cuda

Copy link

Copy link

E2E CUDA build:
https://github.com/oneapi-src/unified-runtime/actions/runs/8232458274
Job status: success. Test status: success

It's only to silence errors, found on gcc in Ubuntu 20.04:
"error: extra ';' [-Werror=pedantic]
@pbalcer pbalcer merged commit f85e2e9 into oneapi-src:main Apr 8, 2024
52 checks passed
@lukaszstolarczuk lukaszstolarczuk deleted the fix-pedantic branch April 8, 2024 11:19
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.

4 participants