mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:37:36 +00:00
Ports/acpica-tools: Don't treat warnings as errors
This also removes existing patches that were trying to fix warnings one-by-one. Note that the patch making `CurrentSp` static was incorrect, the variable needs to be on the stack for us to retrieve the current stack address.
This commit is contained in:
parent
54e79aa1d9
commit
1875d373e5
5 changed files with 5 additions and 63 deletions
|
@ -15,3 +15,7 @@ build() {
|
|||
run make acpisrc
|
||||
run make acpibin
|
||||
}
|
||||
|
||||
# acpica contains unknown warning flags (on Clang) and is generally littered with warnings,
|
||||
# some of them intentional. Make sure that we at least don't error on them.
|
||||
export NOWERROR='TRUE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue