ext/tk/tkutil/tkutil.c: disable untyped data warnings

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-11-03 06:22:16 +00:00
Родитель 86e9a1c005
Коммит e3787f8b36
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -23,6 +23,9 @@ static int rb_thread_critical; /* dummy */
#include "st.h" #include "st.h"
#endif #endif
#undef RUBY_UNTYPED_DATA_WARNING
#define RUBY_UNTYPED_DATA_WARNING 0
#if !defined(RHASH_TBL) #if !defined(RHASH_TBL)
#define RHASH_TBL(h) (RHASH(h)->tbl) #define RHASH_TBL(h) (RHASH(h)->tbl)
#endif #endif