aboutsummaryrefslogtreecommitdiffstats
path: root/addr2line.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-10 15:02:35 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-10 15:02:35 +0000
commitd74fc1b17548cc98b8a545b6c655f06e493a806e (patch)
treeb05f7fa69fc1b8a8139229fca0ddbf17e2ed1f7f /addr2line.c
parent1e19973d98e24768506cc5d2198f92c12e03476b (diff)
downloadruby-d74fc1b17548cc98b8a545b6c655f06e493a806e.tar.gz
addr2line.c: do not suppress -Wpedantic
because it was for "-assi -Wpedantic" on Travis, but we changed the Travis build to "-std=c99 -Wpedantic". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'addr2line.c')
-rw-r--r--addr2line.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/addr2line.c b/addr2line.c
index a11d32b73d..dd690d88a7 100644
--- a/addr2line.c
+++ b/addr2line.c
@@ -9,10 +9,7 @@
**********************************************************************/
#if defined(__clang__)
-#pragma clang diagnostic ignored "-Wpedantic"
#pragma clang diagnostic ignored "-Wgcc-compat"
-#elif defined(__GNUC__)
-#pragma GCC diagnostic ignored "-Wpedantic"
#endif
#include "ruby/config.h"