[java-atk-wrapper] The existing code uses declarations after statements a lot
- From: Samuel Thibault <sthibaul src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] The existing code uses declarations after statements a lot
- Date: Mon, 8 Jul 2019 23:23:02 +0000 (UTC)
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]