mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
ceab9f363c
commit
9d9e1a4d65
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue