[Zion] Compile kernel with -Wall -Werror.

This commit is contained in:
Drew Galbraith 2023-11-26 22:07:52 -08:00
parent 4e25a7e3b9
commit 6d108f6965
5 changed files with 7 additions and 26 deletions

View file

@ -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.