8000 addr2line.c: do not suppress -Wpedantic · github/ruby@d74fc1b · GitHub
[go: up one dir, main page]

Skip to content

Commit d74fc1b

Browse files
committed
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
1 parent 1e19973 commit d74fc1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

addr2line.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
**********************************************************************/
1010

1111
#if defined(__clang__)
12-
#pragma clang diagnostic ignored "-Wpedantic"
1312
#pragma clang diagnostic ignored "-Wgcc-compat"
14-
#elif defined(__GNUC__)
15-
#pragma GCC diagnostic ignored "-Wpedantic"
1613
#endif
1714

1815
#include "ruby/config.h"

0 commit comments

Comments
 (0)
0