Fix Meson warning

This commit fixes the following warning:

> WARNING: Broken features used:
   * 1.3.0: {'str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof.'}
This commit is contained in:
Luca Bacci 2024-05-08 14:06:50 +02:00
parent 4623c960c1
commit d772018a9f

View File

@ -7,7 +7,7 @@ common_gio_tests_deps = [
test_c_args = [ test_c_args = [
'-DG_LOG_DOMAIN="GLib-GIO"', '-DG_LOG_DOMAIN="GLib-GIO"',
'-DGLIB_MKENUMS="@0@"'.format(glib_mkenums), '-DGLIB_MKENUMS="@0@"'.format(glib_mkenums.full_path()),
'-DGLIB_COMPILE_SCHEMAS="@0@"'.format(glib_compile_schemas.full_path()), '-DGLIB_COMPILE_SCHEMAS="@0@"'.format(glib_compile_schemas.full_path()),
'-UG_DISABLE_ASSERT', '-UG_DISABLE_ASSERT',
] ]