mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 17:26:21 +00:00
build: add -Wno-unused-parameter
This commit is contained in:
@@ -62,6 +62,7 @@ cc = meson.get_compiler('c')
|
||||
|
||||
# Common compiler flags
|
||||
add_project_arguments('-Wno-deprecated-declarations', language: 'c')
|
||||
add_project_arguments('-Wno-unused-parameter', language: 'c')
|
||||
|
||||
if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimized'
|
||||
add_project_arguments('-ggdb3', language: 'c')
|
||||
|
||||
Reference in New Issue
Block a user