weh
This commit is contained in:
parent
11096c5ec7
commit
1926ef4a92
4 changed files with 30 additions and 18 deletions
|
@ -23,6 +23,7 @@ if host_machine.system() == 'darwin'
|
|||
add_project_arguments(
|
||||
objcpp.get_supported_arguments([
|
||||
'-Wno-c++20-compat',
|
||||
'-Wno-c++20-extensions',
|
||||
'-Wno-c++98-compat',
|
||||
'-Wno-c++98-compat-pedantic',
|
||||
'-Wno-disabled-macro-expansion',
|
||||
|
@ -39,6 +40,7 @@ endif
|
|||
add_project_arguments(
|
||||
cpp.get_supported_arguments([
|
||||
'-Wno-c++20-compat',
|
||||
'-Wno-c++20-extensions',
|
||||
'-Wno-c++98-compat',
|
||||
'-Wno-c++98-compat-pedantic',
|
||||
'-Wno-disabled-macro-expansion',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue