Re: [PATCH v3 3/5] perf: squelch warnings from perl.h to compile-pass

2013-07-10 Thread Ramkumar Ramachandra
Arnaldo Carvalho de Melo wrote: > Huh? In what distro? I see, one that has a newer perl (5.18.0) I use Arch. Yeah, all my packages are new :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at ht

[PATCH v3 3/5] perf: squelch warnings from perl.h to compile-pass

2013-07-09 Thread Ramkumar Ramachandra
Currently, a simple $ make errors out because we compile with -Werror by default, turning all warnings into errors. Although no warnings are emitted by our code itself, two kinds of warnings are emitted by perl.h (perl 5.18.0): -Wundef and -Wswitch-default Use #pragma statements to squelch