Libs/newlib: Fix sys/ksys.h -Wextra warnings. #90

Closed
Egor00f wants to merge 2 commits from Egor00f/kolibrios:main into main
Contributor

These warnings are starting to piss me off.
in line 519: just added parentheses
in line 1226: replaced movl 0x27(%%ebp), %%ebp to movl %0, %%ebp ::"X"(offset)

These warnings are starting to piss me off. in line 519: just added parentheses in line 1226: replaced `movl 0x27(%%ebp), %%ebp` to `movl %0, %%ebp ::"X"(offset)`
Egor00f added 1 commit 2024-08-21 12:19:25 +02:00
just fix warnings: just added parentheses and fix Wunused-param offset
Egor00f added 1 commit 2024-08-21 12:31:59 +02:00
Owner

@Egor00f there are some notes:

  • Align comments in the code and remove irrelevant ones.
  • Replace commit message with "Libs/newlib: Fix sys/ksys.h -Wextra warnings.
  • Remove extra commit.
@Egor00f there are some notes: - Align comments in the code and remove irrelevant ones. - Replace commit message with "Libs/newlib: Fix sys/ksys.h -Wextra warnings. - Remove extra commit.
mxlgv requested review from mxlgv 2024-11-13 22:19:31 +01:00
Egor00f changed title from Fix sys/ksys.h -Wextra warnings to Libs/newlib: Fix sys/ksys.h -Wextra warnings. 2024-11-15 17:48:31 +01:00
Owner

It's a PR, not a commit message

It's a PR, not a commit message
Author
Contributor

I'll finish it later

I'll finish it later
Egor00f closed this pull request 2024-11-17 08:17:55 +01:00
Author
Contributor

redid it properly in #93

redid it properly in https://git.kolibrios.org/KolibriOS/kolibrios/pulls/93

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#90
No description provided.