applied different patches than you.
*/
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
--static char *local_patches[] = {
++static char * __attribute__ ((unused)) local_patches[] = {
NULL
, "v5.6.0-RC1"
,NULL
*/
++#ifndef NEXT30_NO_ATTRIBUTE
++# ifndef HASATTRIBUTE /* disable GNU-cc attribute checking? */
++# ifdef __attribute__ /* Avoid possible redefinition errors */
++# undef __attribute__
++# endif
++# define __attribute__(attr)
++# endif
++#endif
class CPerlObj;
#endif
#define NOOP (void)0
--#define dNOOP extern int Perl___notused
++#define dNOOP extern int __attribute__ ((unused)) Perl___notused
#ifndef pTHX
# define pTHX void
# define PERL_CALLCONV
#endif
--#ifndef NEXT30_NO_ATTRIBUTE
--# ifndef HASATTRIBUTE /* disable GNU-cc attribute checking? */
--# ifdef __attribute__ /* Avoid possible redefinition errors */
--# undef __attribute__
--# endif
--# define __attribute__(attr)
--# endif
--#endif
--
#ifdef PERL_OBJECT
# define PERL_DECL_PROT
#endif