nss-pam-ldapd commit: r1942 - nss-pam-ldapd-0.8
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1942 - nss-pam-ldapd-0.8
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1942 - nss-pam-ldapd-0.8
- Date: Sun, 28 Apr 2013 14:35:53 +0200 (CEST)
Author: arthur
Date: Sun Apr 28 14:35:52 2013
New Revision: 1942
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1942&view=revision
Log:
drop -Wcase-qual when using --enable-warnings because it was causing too much
noise (r1908 aka. 2a73fa1 from 0.9)
Modified:
nss-pam-ldapd-0.8/ (props changed)
nss-pam-ldapd-0.8/configure.ac
Modified: nss-pam-ldapd-0.8/configure.ac
==============================================================================
--- nss-pam-ldapd-0.8/configure.ac Sun Apr 28 14:16:39 2013 (r1941)
+++ nss-pam-ldapd-0.8/configure.ac Sun Apr 28 14:35:52 2013 (r1942)
@@ -2,7 +2,7 @@
#
# Copyright (C) 2006 Luke Howard
# Copyright (C) 2006 West Consulting
-# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
AC_COPYRIGHT(
[Copyright (C) 2006 Luke Howard
Copyright (C) 2006 West Consulting
-Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
This configure script is derived from configure.ac which is free software;
you can redistribute it and/or modify it under the terms of the GNU Lesser
@@ -83,7 +83,7 @@
[enable extra compiler warnings (gcc)]),
[if test "x$enableval" != "no"
then
- CFLAGS="$CFLAGS -pedantic -Wall -Wshadow -Wpointer-arith
-Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Waggregate-return -Wmissing-declarations -Wunused -Wformat=2
-Wswitch-default -Wswitch-enum -Wfloat-equal -Wbad-function-cast
-Wredundant-decls"
+ CFLAGS="$CFLAGS -pedantic -Wall -Wshadow -Wpointer-arith
-Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Waggregate-return -Wmissing-declarations -Wunused -Wformat=2 -Wswitch-default
-Wswitch-enum -Wfloat-equal -Wbad-function-cast -Wredundant-decls"
DESIRED_CFLAGS="$DESIRED_CFLAGS -Wextra
-Wdeclaration-after-statement -Werror-implicit-function-declaration"
fi])
test_gcc_flag() {
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1942 - nss-pam-ldapd-0.8,
Commits of the nss-pam-ldapd project