Report for Cache-Memcached-Fast-0.21

Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Cache-Memcached-Fast-0.21 v5.14.4 GNU/Linux
Date: 2014-01-13T21:28:25Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Tomash Brechko,

This is a computer-generated report for Cache-Memcached-Fast-0.21
on perl 5.14.4, created by CPAN-Reporter-1.2010.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make -j8 -j8':

cd src && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-O2" PREFIX="/home/njh/perl5/perlbrew/perls/perl-5.14.4"
Running Mkbootstrap for Cache::Memcached::Fast ()
/home/njh/perl5/perlbrew/perls/perl-5.14.4/bin/perl /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/ExtUtils/xsubpp  -typemap /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/ExtUtils/typemap -typemap typemap  Fast.xs > Fast.xsc && mv Fast.xsc Fast.c
make[1]: Entering directory `/home/njh/.cpan/build/Cache-Memcached-Fast-0.21-T_v5tC/src'
/home/njh/perl5/perlbrew/perls/perl-5.14.4/bin/perl genparser.pl reply.kw parse_keyword.c parse_keyword.h
/home/njh/perl5/perlbrew/perls/perl-5.14.4/bin/perl gencrc32.pl compute_crc32.c compute_crc32.h
cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"  -DHAVE_POLL_H array.c
cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"  -DHAVE_POLL_H client.c
cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"  -DHAVE_POLL_H connect.c
In file included from client.c:24:0:
client.h:62:23: warning: ISO C90 does not support ‘long long’ [-Wlong-long]
 typedef unsigned long long cas_type;
                       ^
client.h:65:23: warning: ISO C90 does not support ‘long long’ [-Wlong-long]
 typedef unsigned long long arith_type;
                       ^
client.h:93:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 client_init();
 ^
client.c:27:27: fatal error: parse_keyword.h: No such file or directory
 #include "parse_keyword.h"
                           ^
compilation terminated.
chmod 644 Fast.bs
cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"  -DHAVE_POLL_H dispatch_key.c
cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"  -DHAVE_POLL_H socket_posix.c
cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"  -DHAVE_POLL_H parse_keyword.c
parse_keyword.c: In function ‘parse_keyword’:
parse_keyword.c:49:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
       match_pos = "LIENT_ERROR";
                 ^
parse_keyword.c:64:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
       match_pos = "ELETED";
                 ^
parse_keyword.c:82:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "D";
                     ^
parse_keyword.c:97:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "ROR";
                     ^
parse_keyword.c:112:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "ISTS";
                     ^
parse_keyword.c:130:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
       match_pos = "OT_";
                 ^
parse_keyword.c:145:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "OUND";
                     ^
parse_keyword.c:160:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "TORED";
                     ^
parse_keyword.c:178:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
       match_pos = "K";
                 ^
parse_keyword.c:196:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "RVER_ERROR";
                     ^
parse_keyword.c:214:25: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
               match_pos = "T";
                         ^
parse_keyword.c:229:25: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
               match_pos = "RED";
                         ^
parse_keyword.c:253:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "LUE";
                     ^
parse_keyword.c:268:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
           match_pos = "RSION";
                     ^
cp lib/Cache/Memcached/Fast.pm blib/lib/Cache/Memcached/Fast.pm
cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"  -DHAVE_POLL_H compute_crc32.c
dispatch_key.c: In function ‘dispatch_add_server’:
dispatch_key.c:284:1: warning: stack protector not protecting function: all local arrays are less than 8 bytes long [-Wstack-protector]
 dispatch_add_server(struct dispatch_state *state,
 ^
cc -c   -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE"   Fast.c
In file included from Fast.xs:11:0:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:1666:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, len, ...) ({ int __len__ = snprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: snprintf buffer overflow"); __len__; })
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:1678:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, len, ...) ({ int __len__ = vsnprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: vsnprintf buffer overflow"); __len__; })
                                         ^
In file included from Fast.xs:16:0:
src/client.h:62:23: warning: ISO C90 does not support ‘long long’ [-Wlong-long]
 typedef unsigned long long cas_type;
                       ^
src/client.h:65:23: warning: ISO C90 does not support ‘long long’ [-Wlong-long]
 typedef unsigned long long arith_type;
                       ^
src/client.h:93:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 client_init();
 ^
In file included from Fast.xs:14:0:
Fast.xs: In function ‘parse_server’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:102:15: note: in expansion of macro ‘SvGETMAGIC’
               SvGETMAGIC(*addr_sv);
               ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:107:15: note: in expansion of macro ‘SvGETMAGIC’
               SvGETMAGIC(*ps);
               ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:112:15: note: in expansion of macro ‘SvGETMAGIC’
               SvGETMAGIC(*ps);
               ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:114:25: note: in expansion of macro ‘SvTRUE’
               noreply = SvTRUE(*ps);
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:114:25: note: in expansion of macro ‘SvTRUE’
               noreply = SvTRUE(*ps);
                         ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:127:15: note: in expansion of macro ‘SvGETMAGIC’
               SvGETMAGIC(*addr_sv);
               ^
Fast.xs: In function ‘parse_serialize’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:157:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:159:18: note: in expansion of macro ‘SvTRUE’
     memd->utf8 = SvTRUE(*ps);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:159:18: note: in expansion of macro ‘SvTRUE’
     memd->utf8 = SvTRUE(*ps);
                  ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:163:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
Fast.xs: In function ‘parse_compress’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:192:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:198:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:204:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
Fast.xs: In function ‘parse_config’:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:226:19: note: in expansion of macro ‘newAV’
   memd->servers = newAV();
                   ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:230:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:240:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:242:34: note: in expansion of macro ‘SvTRUE’
     client_set_hash_namespace(c, SvTRUE(*ps));
                                  ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:242:34: note: in expansion of macro ‘SvTRUE’
     client_set_hash_namespace(c, SvTRUE(*ps));
                                  ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:246:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:262:11: note: in expansion of macro ‘SvGETMAGIC’
           SvGETMAGIC(*ps);
           ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:269:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:281:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:287:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:294:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:300:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:306:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:312:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:314:34: note: in expansion of macro ‘SvTRUE’
     client_set_close_on_error(c, SvTRUE(*ps));
                                  ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:314:34: note: in expansion of macro ‘SvTRUE’
     client_set_close_on_error(c, SvTRUE(*ps));
                                  ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:318:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:320:26: note: in expansion of macro ‘SvTRUE’
     client_set_nowait(c, SvTRUE(*ps));
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:320:26: note: in expansion of macro ‘SvTRUE’
     client_set_nowait(c, SvTRUE(*ps));
                          ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:324:5: note: in expansion of macro ‘SvGETMAGIC’
     SvGETMAGIC(*ps);
     ^
Fast.xs: In function ‘compress’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:59:2: note: in expansion of macro ‘STMT_START’
  STMT_START {     \
  ^
Fast.xs:351:7: note: in expansion of macro ‘PUSHMARK’
       PUSHMARK(SP);
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^
Fast.xs:352:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_inc(sv)));
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^
Fast.xs:352:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_inc(sv)));
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^
Fast.xs:353:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_noinc(csv)));
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^
Fast.xs:353:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_noinc(csv)));
       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:364:11: note: in expansion of macro ‘SvTRUE’
       if (SvTRUE(bsv) && sv_len(csv) <= len * memd->compress_ratio)
           ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:364:11: note: in expansion of macro ‘SvTRUE’
       if (SvTRUE(bsv) && sv_len(csv) <= len * memd->compress_ratio)
           ^
In file included from Fast.xs:14:0:
Fast.xs: In function ‘decompress’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:59:2: note: in expansion of macro ‘STMT_START’
  STMT_START {     \
  ^
Fast.xs:391:7: note: in expansion of macro ‘PUSHMARK’
       PUSHMARK(SP);
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^
Fast.xs:392:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_inc(*sv)));
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^
Fast.xs:392:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_inc(*sv)));
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^
Fast.xs:393:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_inc(rsv)));
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^
Fast.xs:393:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv_2mortal(newRV_inc(rsv)));
       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:404:11: note: in expansion of macro ‘SvTRUE’
       if (SvTRUE(bsv))
           ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:404:11: note: in expansion of macro ‘SvTRUE’
       if (SvTRUE(bsv))
           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:406:11: note: in expansion of macro ‘SvREFCNT_dec’
           SvREFCNT_dec(*sv);
           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:406:11: note: in expansion of macro ‘SvREFCNT_dec’
           SvREFCNT_dec(*sv);
           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:411:11: note: in expansion of macro ‘SvREFCNT_dec’
           SvREFCNT_dec(rsv);
           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:411:11: note: in expansion of macro ‘SvREFCNT_dec’
           SvREFCNT_dec(rsv);
           ^
In file included from Fast.xs:14:0:
Fast.xs: In function ‘serialize’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:59:2: note: in expansion of macro ‘STMT_START’
  STMT_START {     \
  ^
Fast.xs:431:7: note: in expansion of macro ‘PUSHMARK’
       PUSHMARK(SP);
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^
Fast.xs:432:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv);
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^
Fast.xs:432:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(sv);
       ^
Fast.xs: In function ‘deserialize’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:59:2: note: in expansion of macro ‘STMT_START’
  STMT_START {     \
  ^
Fast.xs:471:7: note: in expansion of macro ‘PUSHMARK’
       PUSHMARK(SP);
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^
Fast.xs:472:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(*sv);
       ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^
Fast.xs:472:7: note: in expansion of macro ‘XPUSHs’
       XPUSHs(*sv);
       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.xs:484:13: note: in expansion of macro ‘SvTRUE’
       if (! SvTRUE(ERRSV))
             ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.xs:484:13: note: in expansion of macro ‘SvTRUE’
       if (! SvTRUE(ERRSV))
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:486:11: note: in expansion of macro ‘SvREFCNT_dec’
           SvREFCNT_dec(*sv);
           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:486:11: note: in expansion of macro ‘SvREFCNT_dec’
           SvREFCNT_dec(*sv);
           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:487:17: note: in expansion of macro ‘SvREFCNT_inc’
           *sv = SvREFCNT_inc(rsv);
                 ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:487:17: note: in expansion of macro ‘SvREFCNT_inc’
           *sv = SvREFCNT_inc(rsv);
                 ^
In file included from Fast.xs:14:0:
Fast.xs: In function ‘alloc_value’:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro ‘STMT_START’
  STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
  ^
Fast.xs:515:3: note: in expansion of macro ‘SvCUR_set’
   SvCUR_set(sv, value_size);
   ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
Fast.xs: In function ‘free_value’:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:529:3: note: in expansion of macro ‘SvREFCNT_dec’
   SvREFCNT_dec(sv);
   ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:529:3: note: in expansion of macro ‘SvREFCNT_dec’
   SvREFCNT_dec(sv);
   ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
Fast.xs: In function ‘svalue_store’:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:564:21: note: in expansion of macro ‘newAV’
       AV *cas_val = newAV();
                     ^
Fast.xs: In function ‘mvalue_store’:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:594:21: note: in expansion of macro ‘newAV’
       AV *cas_val = newAV();
                     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast__new’:
Fast.c:810:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.c:835:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast__destroy’:
Fast.c:842:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:685:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->compress_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:685:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->compress_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:686:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->decompress_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:686:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->decompress_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:690:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->serialize_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:690:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->serialize_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:691:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->deserialize_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:691:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(memd->deserialize_method);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:693:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(memd->servers);
         ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:693:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(memd->servers);
         ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
Fast.c:876:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
Fast.c:876:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_enable_compress’:
Fast.c:883:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
Fast.c:888:22: note: in expansion of macro ‘SvTRUE’
  bool enable = (bool)SvTRUE(ST(1))
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
Fast.c:888:22: note: in expansion of macro ‘SvTRUE’
  bool enable = (bool)SvTRUE(ST(1))
                      ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
Fast.c:910:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
Fast.c:910:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_set’:
Fast.c:917:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Fast.c:918:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:733:22: note: in expansion of macro ‘newAV’
         object.arg = newAV();
                      ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
Fast.xs:750:11: note: in expansion of macro ‘XSRETURN_EMPTY’
           XSRETURN_EMPTY;
           ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
Fast.xs:750:11: note: in expansion of macro ‘XSRETURN_EMPTY’
           XSRETURN_EMPTY;
           ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:755:13: note: in expansion of macro ‘SvGETMAGIC’
             SvGETMAGIC(sv);
             ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:776:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(1);
                 ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_set_multi’:
Fast.c:1009:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Fast.c:1010:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:796:22: note: in expansion of macro ‘newAV’
         object.arg = newAV();
                      ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:845:19: note: in expansion of macro ‘SvGETMAGIC’
                   SvGETMAGIC(*ps);
                   ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^
Fast.xs:866:26: note: in expansion of macro ‘newHV’
                 HV *hv = newHV();
                          ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:983:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:873:34: note: in expansion of macro ‘hv_store_ent’
                         HE *he = hv_store_ent(hv, key,
                                  ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:874:47: note: in expansion of macro ‘SvREFCNT_inc’
                                               SvREFCNT_inc(*val), 0);
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:873:34: note: in expansion of macro ‘hv_store_ent’
                         HE *he = hv_store_ent(hv, key,
                                  ^
Fast.xs:874:47: note: in expansion of macro ‘SvREFCNT_inc’
                                               SvREFCNT_inc(*val), 0);
                                               ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:876:27: note: in expansion of macro ‘SvREFCNT_dec’
                           SvREFCNT_dec(*val);
                           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:876:27: note: in expansion of macro ‘SvREFCNT_dec’
                           SvREFCNT_dec(*val);
                           ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:880:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(1);
                 ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
Fast.xs:885:17: note: in expansion of macro ‘EXTEND’
                 EXTEND(SP, max_index + 1);
                 ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:894:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(max_index + 1);
                 ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_get’:
Fast.c:1147:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Fast.c:1148:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
Fast.xs:908:13: warning: initializer element is not computable at load time [enabled by default]
             { alloc_value, svalue_store, free_value, &value_res };
             ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:921:13: note: in expansion of macro ‘XSRETURN’
             XSRETURN(1);
             ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_get_multi’:
Fast.c:1197:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Fast.c:1198:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
Fast.xs:934:13: warning: initializer element is not computable at load time [enabled by default]
             { alloc_value, mvalue_store, free_value, &value_res };
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:940:33: note: in expansion of macro ‘newAV’
         value_res.vals = (SV *) newAV();
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^
Fast.xs:953:14: note: in expansion of macro ‘newHV’
         hv = newHV();
              ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:983:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:960:26: note: in expansion of macro ‘hv_store_ent’
                 HE *he = hv_store_ent(hv, key,
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:961:39: note: in expansion of macro ‘SvREFCNT_inc’
                                       SvREFCNT_inc(*val), 0);
                                       ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:960:26: note: in expansion of macro ‘hv_store_ent’
                 HE *he = hv_store_ent(hv, key,
                          ^
Fast.xs:961:39: note: in expansion of macro ‘SvREFCNT_inc’
                                       SvREFCNT_inc(*val), 0);
                                       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:963:19: note: in expansion of macro ‘SvREFCNT_dec’
                   SvREFCNT_dec(*val);
                   ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:963:19: note: in expansion of macro ‘SvREFCNT_dec’
                   SvREFCNT_dec(*val);
                   ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:967:9: note: in expansion of macro ‘XSRETURN’
         XSRETURN(1);
         ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_incr’:
Fast.c:1266:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Fast.c:1267:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:984:22: note: in expansion of macro ‘newAV’
         object.arg = newAV();
                      ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:993:13: note: in expansion of macro ‘SvGETMAGIC’
             SvGETMAGIC(sv);
             ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:1005:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(1);
                 ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_incr_multi’:
Fast.c:1330:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Fast.c:1331:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:1021:22: note: in expansion of macro ‘newAV’
         object.arg = newAV();
                      ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:1054:23: note: in expansion of macro ‘SvGETMAGIC’
                       SvGETMAGIC(*ps);
                       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^
Fast.xs:1067:26: note: in expansion of macro ‘newHV’
                 HV *hv = newHV();
                          ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:983:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1080:30: note: in expansion of macro ‘hv_store_ent’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1080:52: note: in expansion of macro ‘SvREFCNT_inc’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                                                    ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1080:30: note: in expansion of macro ‘hv_store_ent’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                              ^
Fast.xs:1080:52: note: in expansion of macro ‘SvREFCNT_inc’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                                                    ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1082:27: note: in expansion of macro ‘SvREFCNT_dec’
                           SvREFCNT_dec(*val);
                           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:1082:27: note: in expansion of macro ‘SvREFCNT_dec’
                           SvREFCNT_dec(*val);
                           ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:1086:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(1);
                 ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
Fast.xs:1091:17: note: in expansion of macro ‘EXTEND’
                 EXTEND(SP, max_index + 1);
                 ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:1100:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(max_index + 1);
                 ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_delete’:
Fast.c:1449:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:1116:22: note: in expansion of macro ‘newAV’
         object.arg = newAV();
                      ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:1127:13: note: in expansion of macro ‘SvGETMAGIC’
             SvGETMAGIC(sv);
             ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:1139:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(1);
                 ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_delete_multi’:
Fast.c:1513:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:1153:22: note: in expansion of macro ‘newAV’
         object.arg = newAV();
                      ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:1188:23: note: in expansion of macro ‘SvGETMAGIC’
                       SvGETMAGIC(*ps);
                       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^
Fast.xs:1201:26: note: in expansion of macro ‘newHV’
                 HV *hv = newHV();
                          ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:983:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1214:30: note: in expansion of macro ‘hv_store_ent’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1214:52: note: in expansion of macro ‘SvREFCNT_inc’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                                                    ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1214:30: note: in expansion of macro ‘hv_store_ent’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                              ^
Fast.xs:1214:52: note: in expansion of macro ‘SvREFCNT_inc’
                         he = hv_store_ent(hv, key, SvREFCNT_inc(*val), 0);
                                                    ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1216:27: note: in expansion of macro ‘SvREFCNT_dec’
                           SvREFCNT_dec(*val);
                           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:1216:27: note: in expansion of macro ‘SvREFCNT_dec’
                           SvREFCNT_dec(*val);
                           ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:1220:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(1);
                 ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^
Fast.xs:1225:17: note: in expansion of macro ‘EXTEND’
                 EXTEND(SP, max_index + 1);
                 ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.xs:1234:17: note: in expansion of macro ‘XSRETURN’
                 XSRETURN(max_index + 1);
                 ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_flush_all’:
Fast.c:1633:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^
Fast.xs:1249:18: note: in expansion of macro ‘newHV’
         RETVAL = newHV();
                  ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:983:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:513:46: note: in definition of macro ‘sv_2mortal’
 #define sv_2mortal(a)  Perl_sv_2mortal(aTHX_ a)
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:1252:40: note: in expansion of macro ‘newAV’
         object.arg = sv_2mortal((SV *) newAV());
                                        ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro ‘STMT_START’
 #define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
                       ^
Fast.xs:1256:13: note: in expansion of macro ‘SvGETMAGIC’
             SvGETMAGIC(sv);
             ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:983:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1271:30: note: in expansion of macro ‘hv_store_ent’
                     HE *he = hv_store_ent(RETVAL, *server,
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1272:43: note: in expansion of macro ‘SvREFCNT_inc’
                                           SvREFCNT_inc(*version), 0);
                                           ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1271:30: note: in expansion of macro ‘hv_store_ent’
                     HE *he = hv_store_ent(RETVAL, *server,
                              ^
Fast.xs:1272:43: note: in expansion of macro ‘SvREFCNT_inc’
                                           SvREFCNT_inc(*version), 0);
                                           ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1274:23: note: in expansion of macro ‘SvREFCNT_dec’
                       SvREFCNT_dec(*version);
                       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:1274:23: note: in expansion of macro ‘SvREFCNT_dec’
                       SvREFCNT_dec(*version);
                       ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.c:1692:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_nowait_push’:
Fast.c:1699:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
Fast.c:1721:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
Fast.c:1721:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_server_versions’:
Fast.c:1728:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^
Fast.xs:1299:18: note: in expansion of macro ‘newHV’
         RETVAL = newHV();
                  ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:983:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:513:46: note: in definition of macro ‘sv_2mortal’
 #define sv_2mortal(a)  Perl_sv_2mortal(aTHX_ a)
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^
Fast.xs:1302:40: note: in expansion of macro ‘newAV’
         object.arg = sv_2mortal((SV *) newAV());
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1310:26: note: in expansion of macro ‘hv_store_ent’
                 HE *he = hv_store_ent(RETVAL, *server,
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1311:39: note: in expansion of macro ‘SvREFCNT_inc’
                                       SvREFCNT_inc(*version), 0);
                                       ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/embed.h:188:69: note: in definition of macro ‘hv_common’
 #define hv_common(a,b,c,d,e,f,g,h) Perl_hv_common(aTHX_ a,b,c,d,e,f,g,h)
                                                                     ^
Fast.xs:1310:26: note: in expansion of macro ‘hv_store_ent’
                 HE *he = hv_store_ent(RETVAL, *server,
                          ^
Fast.xs:1311:39: note: in expansion of macro ‘SvREFCNT_inc’
                                       SvREFCNT_inc(*version), 0);
                                       ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^
Fast.xs:1313:19: note: in expansion of macro ‘SvREFCNT_dec’
                   SvREFCNT_dec(*version);
                   ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:3442:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
Fast.xs:1313:19: note: in expansion of macro ‘SvREFCNT_dec’
                   SvREFCNT_dec(*version);
                   ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.c:1774:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_namespace’:
Fast.c:1781:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Fast.c:1817:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Fast.c: In function ‘XS_Cache__Memcached__Fast_disconnect_all’:
Fast.c:1824:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
Fast.c:1846:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
Fast.c:1846:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
Fast.c: In function ‘boot_Cache__Memcached__Fast’:
Fast.c:1855:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
Fast.c:1870:14: warning: declaration of ‘cv’ shadows a parameter [-Wshadow]
         CV * cv;
              ^
Fast.c:715:53: warning: shadowed declaration is here [-Wshadow]
 #      define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
                                                     ^
Fast.c:1853:1: note: in expansion of macro ‘XS_EXTERNAL’
 XS_EXTERNAL(boot_Cache__Memcached__Fast)
 ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/perl.h:2464:0,
                 from Fast.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1876:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_ADD;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1878:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_APPEND;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1880:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_CAS;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1882:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_PREPEND;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1884:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_REPLACE;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1886:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1888:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_ADD;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1890:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_APPEND;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1892:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_CAS;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1894:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_PREPEND;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1896:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_REPLACE;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1898:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1900:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1902:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_GETS;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1904:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1906:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_GETS;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1908:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_DECR;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1910:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1912:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = CMD_DECR;
         ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Fast.c:1914:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
In file included from Fast.xs:14:0:
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:293:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^
Fast.c:1927:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
ppport.h:3687:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi/CORE/XSUB.h:293:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^
Fast.c:1927:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
The bug is not reproducible, so it is likely a hardware or OS problem.
make[1]: *** [client.o] Error 1
make[1]: Leaving directory `/home/njh/.cpan/build/Cache-Memcached-Fast-0.21-T_v5tC/src'
make: *** [src/libclient.a] Error 2
make: *** Waiting for unfinished jobs....
In function ‘mvalue_store’:
Fast.xs:461:1: warning: inlining failed in call to ‘deserialize.isra.4.part.5’: --param max-inline-insns-single limit reached [-Winline]
 deserialize(Cache_Memcached_Fast *memd, SV **sv, flags_type flags)
 ^
cc1: warning: called from here [-Winline]
In function ‘svalue_store’:
Fast.xs:461:1: warning: inlining failed in call to ‘deserialize.isra.4.part.5’: --param max-inline-insns-single limit reached [-Winline]
 deserialize(Cache_Memcached_Fast *memd, SV **sv, flags_type flags)
 ^
cc1: warning: called from here [-Winline]

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need Have
    ------------------- ---- ----
    Test::More          0    0.98

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.84

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.84


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    LD_LIBRARY_PATH = /usr/local/lib::
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.14.4/bin:/home/njh/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/njh/bin:/sbin
    PERL = [undef]
    PERL5LIB = /home/njh/.cpan/build/Test-Memcached-0.00004-iotvZC/blib/arch:/home/njh/.cpan/build/Test-Memcached-0.00004-iotvZC/blib/lib:/home/njh/.cpan/build/Class-Accessor-Lite-0.05-UytkvE/blib/arch:/home/njh/.cpan/build/Class-Accessor-Lite-0.05-UytkvE/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 16150
    PERL5_CPAN_IS_EXECUTING = /home/njh/.cpan/build/Cache-Memcached-Fast-0.21-T_v5tC/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 16150
    PERL5_MINISMOKEBOX = 0.58
    PERLBREW_BASHRC_VERSION = 0.58
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.14.4/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.14.4/bin
    PERLBREW_PERL = perl-5.14.4
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.67
    PERL_AUTOINSTALL = --defaultdeps
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = linux

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.14.4/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 24 25 29 30 44 46 108 112 1000
    $EGID = 1000 4 24 25 29 30 44 46 108 112 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.132830
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280212
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.56    
    ExtUtils::MakeMaker 6.84    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.22    
    File::Spec          3.40    
    JSON                2.59    
    JSON::PP            2.27203 
    Module::Build       0.4007  
    Module::Signature   0.73    
    Parse::CPAN::Meta   1.4409  
    Test::Harness       3.29    
    Test::More          0.98    
    YAML                0.84    
    YAML::Syck          1.27    
    version             0.9904  


--

Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux-thread-multi
    uname='linux nigelhorne.force9.co.uk 3.2.0-4-amd64 #1 smp debian 3.2.32-1 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.14.4 -Duseithreads -Dusemultiplicity -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.14.4/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.7.2', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Built under linux
  Compiled at Mar 11 2013 11:00:48
  %ENV:
    PERL=""
    PERL5LIB="/home/njh/.cpan/build/Test-Memcached-0.00004-iotvZC/blib/arch:/home/njh/.cpan/build/Test-Memcached-0.00004-iotvZC/blib/lib:/home/njh/.cpan/build/Class-Accessor-Lite-0.05-UytkvE/blib/arch:/home/njh/.cpan/build/Class-Accessor-Lite-0.05-UytkvE/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="16150"
    PERL5_CPAN_IS_EXECUTING="/home/njh/.cpan/build/Cache-Memcached-Fast-0.21-T_v5tC/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="16150"
    PERL5_MINISMOKEBOX="0.58"
    PERLBREW_BASHRC_VERSION="0.58"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.14.4/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.14.4/bin"
    PERLBREW_PERL="perl-5.14.4"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.67"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/njh/.cpan/build/Test-Memcached-0.00004-iotvZC/blib/arch
    /home/njh/.cpan/build/Test-Memcached-0.00004-iotvZC/blib/lib
    /home/njh/.cpan/build/Class-Accessor-Lite-0.05-UytkvE/blib/arch
    /home/njh/.cpan/build/Class-Accessor-Lite-0.05-UytkvE/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4
    /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.14.4/lib/5.14.4
    .