[java-atk-wrapper] The existing code uses declarations after statements a lot



commit 606a90be34970e0262279917428af2350ad15941
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Tue Jul 9 01:22:47 2019 +0200

    The existing code uses declarations after statements a lot

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 616bc1b..1966768 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,7 +131,7 @@ case "$WARN_CFLAGS" in
         WARN_CFLAGS="$WARN_CFLAGS -Wno-error=declaration-after-statement"
         ;;
 esac
-AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS"
+AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS -Wno-declaration-after-statement"
 AC_SUBST(AM_CFLAGS)
 
 CHECK_JNI


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]