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
This commit is contained in:
k0kubun 2019-01-10 15:02:35 +00:00
Родитель 1e19973d98
Коммит d74fc1b175
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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"