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

2016-05-31 Thread Pavel Grunt
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 
Acked-by: Pavel Grunt 
> ---
>  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"
>  
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


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

2016-05-30 Thread Marc-André Lureau
The warning doesn't show up anymore.

Signed-off-by: Marc-André Lureau 
---
 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"
 
-- 
2.7.4

___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel