[cmake, macos] Suppress warnings for unused private members
All checks were successful
eden-license / license-header (pull_request) Successful in 29s
All checks were successful
eden-license / license-header (pull_request) Successful in 29s
This commit is contained in:
parent
fd21774aae
commit
bfc17e425b
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ else()
|
|||
-Wno-invalid-offsetof
|
||||
-Wno-unused-parameter
|
||||
-Wno-missing-field-initializers
|
||||
-Wno-unused-private-field
|
||||
)
|
||||
|
||||
if (CXX_CLANG OR CXX_ICC) # Clang or AppleClang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue