On Tue, Dec 26, 2023 at 04:16:18PM -0500, Viktor Dukhovni via Postfix-devel 
wrote:

> If I enable "-Wall", I get the noisy warnings, and they can all be
> disabled by adding:
> 
>     -Wno-missing-braces
>     -Wmaybe-uninitialized
>     -Wunused-but-set-variable
>     -Wunused-function
> 
> to CCARGS.

Sorry, make that:

      -Wno-missing-braces
      -Wno-maybe-uninitialized
      -Wno-unused-but-set-variable
      -Wno-unused-function

I neglected to add the "no-" prefixes to the last three.

-- 
    Viktor
_______________________________________________
Postfix-devel mailing list -- postfix-devel@postfix.org
To unsubscribe send an email to postfix-devel-le...@postfix.org

Reply via email to