aboutsummaryrefslogtreecommitdiffstats
path: root/addr2line.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 02:19:49 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 02:19:49 +0000
commit9d9e1a4d65ac9df9c5566e343b26a1348cb4ec06 (patch)
treeec3859608c86864f1b700e0fe49ee50bdab882cf /addr2line.c
parentceab9f363c59d49034317b52c3d3740d0c6e9c0c (diff)
downloadruby-9d9e1a4d65ac9df9c5566e343b26a1348cb4ec06.tar.gz
addr2line.c: more on suppressing warnings
See also: https://travis-ci.org/ruby/ruby/jobs/454269559#L1898 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'addr2line.c')
-rw-r--r--addr2line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addr2line.c b/addr2line.c
index 485e9f6dc5..60b5f253f8 100644
--- a/addr2line.c
+++ b/addr2line.c
@@ -10,6 +10,7 @@
#if defined(__clang__)
#pragma clang diagnostic ignored "-Wpedantic"
+#pragma clang diagnostic ignored "-Wgcc-compat"
#elif defined(__GNUC__)
#pragma GCC diagnostic ignored "-Wpedantic"
#endif