serenity/Ports/acpica-tools/patches
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
..
0001-Add-serenity-definitions-for-LibC-includes.patch Ports/acpica-tools: Don't treat warnings as errors 2023-09-09 11:28:59 -06:00
0002-Ignore-unknown-warning-options.patch Ports/acpica-tools: Ignore unknown warning options 2023-09-09 11:28:59 -06:00
ReadMe.md Ports/acpica-tools: Ignore unknown warning options 2023-09-09 11:28:59 -06:00

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.