1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 18:07:47 +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:
Tim Schumacher 2023-09-02 05:53:56 +02:00 committed by Andrew Kaster
parent 54e79aa1d9
commit 1875d373e5
5 changed files with 5 additions and 63 deletions

View file

@ -1,18 +1,8 @@
# Patches for acpica-tools on SerenityOS
## `0001-Stop-compiler-warnings-on-dangling-pointer.patch`
Stop compiler warnings on dangling pointer
## `0002-Add-serenity-definitions-for-LibC-includes.patch`
## `0001-Add-serenity-definitions-for-LibC-includes.patch`
Add serenity definitions for LibC includes
We use the netbsd "acnetbsd.h" file here as a template.
## `0003-Disable-warnings-for-Werror-bad-function-cast.patch`
Disable warnings for Werror=bad-function-cast