1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 17:47:46 +00:00

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.
This commit is contained in:
Tim Schumacher 2023-09-02 06:05:32 +02:00 committed by Andrew Kaster
parent 1875d373e5
commit c99c065a40
2 changed files with 32 additions and 0 deletions

View file

@ -6,3 +6,11 @@ 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.