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:
parent
1875d373e5
commit
c99c065a40
2 changed files with 32 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue