Send inn-committers mailing list submissions to
        inn-committers@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
        inn-committers-requ...@lists.isc.org

You can reach the person managing the list at
        inn-committers-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."


Today's Topics:

   1. INN commit: trunk (innd/perl.c lib/perl.c nnrpd/perl.c)
      (INN Commit)


----------------------------------------------------------------------

Message: 1
Date: Sun, 11 Feb 2018 07:35:51 -0800 (PST)
From: INN Commit <r...@isc.org>
To: inn-committ...@isc.org
Subject: INN commit: trunk (innd/perl.c lib/perl.c nnrpd/perl.c)
Message-ID: <20180211153551.60ecd69...@hope.eyrie.org>

    Date: Sunday, February 11, 2018 @ 07:35:50
  Author: iulius
Revision: 10244

Silent Wshadow warning from gcc for Perl headers

At least Perl 5.24 header files produce Wshadow warning. 

Modified:
  trunk/innd/perl.c
  trunk/lib/perl.c
  trunk/nnrpd/perl.c

--------------+
 innd/perl.c  |    2 ++
 lib/perl.c   |    2 ++
 nnrpd/perl.c |    2 ++
 3 files changed, 6 insertions(+)

Modified: innd/perl.c
===================================================================
--- innd/perl.c 2018-02-11 15:27:49 UTC (rev 10243)
+++ innd/perl.c 2018-02-11 15:35:50 UTC (rev 10244)
@@ -40,8 +40,10 @@
 
 #include <EXTERN.h>
 #pragma GCC diagnostic ignored "-Wredundant-decls"
+#pragma GCC diagnostic ignored "-Wshadow"
 #include <perl.h>
 #pragma GCC diagnostic warning "-Wredundant-decls"
+#pragma GCC diagnostic warning "-Wshadow"
 #include <XSUB.h>
 #include "ppport.h"
 

Modified: lib/perl.c
===================================================================
--- lib/perl.c  2018-02-11 15:27:49 UTC (rev 10243)
+++ lib/perl.c  2018-02-11 15:35:50 UTC (rev 10244)
@@ -24,8 +24,10 @@
 
 #include <EXTERN.h>
 #pragma GCC diagnostic ignored "-Wredundant-decls"
+#pragma GCC diagnostic ignored "-Wshadow"
 #include <perl.h>
 #pragma GCC diagnostic warning "-Wredundant-decls"
+#pragma GCC diagnostic warning "-Wshadow"
 #include <XSUB.h>
 #include "ppport.h"
 

Modified: nnrpd/perl.c
===================================================================
--- nnrpd/perl.c        2018-02-11 15:27:49 UTC (rev 10243)
+++ nnrpd/perl.c        2018-02-11 15:35:50 UTC (rev 10244)
@@ -27,8 +27,10 @@
 
 #include <EXTERN.h>
 #pragma GCC diagnostic ignored "-Wredundant-decls"
+#pragma GCC diagnostic ignored "-Wshadow"
 #include <perl.h>
 #pragma GCC diagnostic warning "-Wredundant-decls"
+#pragma GCC diagnostic warning "-Wshadow"
 #include <XSUB.h>
 #include "ppport.h"
 



------------------------------

Subject: Digest Footer

_______________________________________________
inn-committers mailing list
inn-committers@lists.isc.org
https://lists.isc.org/mailman/listinfo/inn-committers

------------------------------

End of inn-committers Digest, Vol 104, Issue 5
**********************************************

Reply via email to