[Zion] Compile kernel with -Wall -Werror.
This commit is contained in:
parent
4e25a7e3b9
commit
6d108f6965
5 changed files with 7 additions and 26 deletions
|
|
@ -41,7 +41,6 @@ static TaskStateSegment gTaskStateSegment;
|
|||
extern "C" void ReloadSegments();
|
||||
|
||||
uint64_t CreateSegment(uint64_t access, uint64_t flags) {
|
||||
uint64_t base = 0;
|
||||
access &= 0xFF;
|
||||
flags &= 0xF0;
|
||||
flags |= 0xF; // For the highest 4 bits of the limit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue