1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:57:45 +00:00
serenity/Ports/acpica-tools/patches/ReadMe.md
Tim Schumacher c99c065a40 Ports/acpica-tools: Ignore unknown warning options
-Wlogical-op, -Wmissing-parameter-type, and -Wold-style-declaration
are unknown to Clang. While this isn't fatal by itself, it is very
noisy.
2023-09-09 11:28:59 -06:00

16 lines
432 B
Markdown

# Patches for acpica-tools on SerenityOS
## `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.
## `0002-Ignore-unknown-warning-options.patch`
Ignore unknown warning options
`-Wlogical-op`, `-Wmissing-parameter-type`, and `-Wold-style-declaration`
are unknown to Clang. While this isn't fatal by itself, it is very
noisy.