-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fixed redefination warning messages for _GNU_SOURCE #9026
Fixed redefination warning messages for _GNU_SOURCE #9026
Conversation
3ec847e
to
ccde252
Compare
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.
Hi @nileshkale123, thank you for your contribution.
After fixing the superfluous empty line, could you please raise backport PRs against the mbedtls-2.28
and mbedtls-3.6
branches?
ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt
Outdated
Show resolved
Hide resolved
ccde252
to
6e07213
Compare
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.
There is a newline character missing from the end of the last line which makes the CI fail. Could you please fix that?
ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt
Outdated
Show resolved
Hide resolved
6e07213
to
6bf33a8
Compare
The CI was still failing, I have pushed a commit with a fix, I hope you don't mind. |
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
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.
Looks good except for a couple of small typos.
ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt
Outdated
Show resolved
Hide resolved
ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt
Outdated
Show resolved
Hide resolved
Signed-off-by: nilesh.kale <[email protected]>
01acb38
to
d338d01
Compare
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
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.
The CI failure is relevant:
[2024-04-30T08:35:15.580Z] ******************************************************************
[2024-04-30T08:35:15.580Z] * check_files: Check: file sanity checks (permissions, encodings)
[2024-04-30T08:35:15.580Z] * Tue Apr 30 08:35:15 UTC 2024
[2024-04-30T08:35:15.580Z] ******************************************************************
[2024-04-30T08:35:22.185Z] Trailing whitespace:
[2024-04-30T08:35:22.185Z] ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt: 2, 3
[2024-04-30T08:35:22.185Z]
[2024-04-30T08:35:22.185Z] ^^^^check_files: Check: file sanity checks (permissions, encodings): tests/scripts/check_files.py -> 1^^^^
Please remove the trailing whitespace in ChangeLog.d/fix-redefination_warning_messages_for_GNU_SOURCE.txt
Add EOL and remove trailing whitespaces. Signed-off-by: Janos Follath <[email protected]>
ded1d4e
to
3c28bba
Compare
3c28bba
to
93f20f4
Compare
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.
Backports to 3.6 and 2.28 are still required
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
@nileshkale123 Are you able to create the backports for the |
Yes, I have created MR with issue ID 9085 & 9086 |
Description
This commit solves the issue of redefinition warning messages for _GNU_SOURCE while building on Linux platform.
PR checklist
Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.
Help make review efficient: