]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Removing werror option as meson has a built-in option for this
authorTyler Erickson <tyler.erickson@seagate.com>
Fri, 24 Oct 2025 15:48:56 +0000 (09:48 -0600)
committerTyler Erickson <tyler.erickson@seagate.com>
Fri, 24 Oct 2025 15:48:56 +0000 (09:48 -0600)
Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
meson_options.txt

index fa6272fb1c69a5d48b39d1c79b950124ac34ecca..94205b0ca84be4ad879ae54bdbc308823a81ea93 100644 (file)
@@ -1,7 +1,6 @@
 
 option('disable_bsymbolic', type: 'boolean', value: false, description: 'Avoid linking with -Bsymbolic-function')
 option('disable_thread_local_storage', type: 'boolean', value: false, description: 'Disable Thread-Local Storage')
-option('disable_werror', type: 'boolean', value: false, description: 'Disable treating warnings as errors')
 option('enable_rdrand', type: 'boolean', value: false, description: 'Enable RDRAND Hardware RNG')
 option('enable_threading', type: 'boolean', value: false, description: 'Enable partial threading support')
 option('override_get_random_seed', type: 'boolean', value: false, description: 'Override json_c_get_random_seed()')