[Spice-devel] [PATCH spice-gtk 3/7] build-sys: remove -Wmissing-declarations

Pavel Grunt pgrunt at redhat.com
Tue May 31 14:28:53 UTC 2016


On Mon, 2016-05-30 at 19:31 +0200, Marc-André Lureau wrote:
> The warning doesn't show up anymore.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
>  configure.ac | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 3c90e9e..8f1e91b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -581,11 +581,7 @@ SPICE_CHECK_LZ4
>  dnl
> ===========================================================================
>  dnl check compiler flags
>  
> -# We want to enable these, but need to sort out the
> -# decl mess with  src/generated_*.c
> -dontwarn="-Wmissing-declarations"
> -
> -SPICE_COMPILE_WARNINGS([$dontwarn])
> +SPICE_COMPILE_WARNINGS
>  
>  SPICE_CFLAGS="$SPICE_CFLAGS $WARN_CFLAGS"
>  


More information about the Spice-devel mailing list