remove some arguments

This commit is contained in:
chatlanin
2023-12-15 12:38:31 +03:00
parent 07b2ef61e6
commit 7b97733d75
3 changed files with 8 additions and 10 deletions

View File

@@ -20,8 +20,6 @@ add_project_arguments (
'-Wno-missing-field-initializers',
'-Wno-narrowing',
'-Wno-deprecated-enum-enum-conversion',
'-Wno-volatile',
'-Wno-modernize-concat-nested-namespaces',
language: 'cpp'
)
@@ -33,9 +31,7 @@ deps = [
subproject('nlohmann_json').get_variable('nlohmann_json_dep')
]
args = [
'-luuid'
]
args = []
inc = []