Fix sys/ksys.h -Wextra warnings #90

Open
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
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:Egor00f-main
git checkout Egor00f-main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 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.