diff options
author | David Mitchell <davem@iabyn.com> | 2013-11-27 16:56:59 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2013-11-28 17:03:49 +0000 |
commit | b56aac20bc53699e4a5ea975542404fb371cf085 (patch) | |
tree | c75018ae65eab723f532c6d995ed0a604cdbaf53 /proto.h | |
parent | 531b2663d70bdda47662024f4697a3c3f713f83c (diff) | |
download | perl-b56aac20bc53699e4a5ea975542404fb371cf085.tar.gz |
add GCC_DIAG_IGNORE(), GCC_DIAG_RESTORE macros
These allow you to temporarily disable a specific gcc or clang warning;
e.g.
GCC_DIAG_IGNORE(-Wmultichar);
char b = 'ab';
GCC_DIAG_RESTORE;
Diffstat (limited to 'proto.h')
0 files changed, 0 insertions, 0 deletions