-
Notifications
You must be signed in to change notification settings - Fork 2.1k
cpu: replace header guards with #pragma once #21501
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
Conversation
Could we please wait with merging this PR until I have checked if the rebase of PR #21261, which touches almost all headers in |
@mguetschow Thanks Ok, I tried to rebase PR #21261 oto this PR. There were only about 15 merge conflicts, but most of them only for the |
@maribu you were a bit too quick. This PR caused a lot of static errors for consecutive empty lines: |
Those are easy to fix, though: #21502 |
Contribution description
This is part of a greater effort to replace all header guards in RIOT with
#pragma once
. This PR only affects all headers undercpu/
, excluding those that have a path that contains/vendor/
.Issues/PRs references
Tracking issue #21335