From: Tyler Erickson Date: Fri, 24 Oct 2025 15:48:56 +0000 (-0600) Subject: Removing werror option as meson has a built-in option for this X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5bc36de261a4e33f4cdb67e7566f18034f352e5;p=thirdparty%2Fjson-c.git Removing werror option as meson has a built-in option for this Signed-off-by: Tyler Erickson --- diff --git a/meson_options.txt b/meson_options.txt index fa6272f..94205b0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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()')