[PATCH v3 3/3] Add tests for the -l/--syscall-limit option

Dmitry V. Levin ldv at strace.io
Thu Mar 2 00:24:31 UTC 2023


On Thu, Mar 02, 2023 at 03:08:44AM +0530, Sahil Siddiq wrote:
[...]
> diff --git a/m4/st_warn_cflags.m4 b/m4/st_warn_cflags.m4
> index e226cadb8..dfc59e499 100644
> --- a/m4/st_warn_cflags.m4
> +++ b/m4/st_warn_cflags.m4
> @@ -60,6 +60,7 @@ AC_ARG_ENABLE([gcc-Werror],
>  	      [enable_gcc_Werror="$st_cv_enable_Werror"])
>  if test "$enable_gcc_Werror" = yes; then
>    gl_WARN_ADD([-Werror])
> +  gl_WARN_ADD([-Wno-error=old-style-definition])

Sorry, why do you need this?  We don't use old style definitions, do we?


-- 
ldv


More information about the Strace-devel mailing list