Project

General

Profile

Bug #1316 ยป 0049-meson-use-warning_level-default-option-instead-of-Wa.patch

S3_3, S3_2 - Marko Lindqvist, 07/18/2025 11:22 PM

View differences:

meson.build
project('freeciv', ['c'],
meson_version: '>= 0.60.0',
version : run_command('fc_version', check : true).stdout())
version : run_command('fc_version', check : true).stdout(),
default_options: ['warning_level=1'])
c_compiler = meson.get_compiler('c')
......
]
c_cpp_args = [
'-Wall',
'-Wmissing-declarations',
'-Wpointer-arith',
'-Wcast-align',
    (1-1/1)