mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
86e9a1c005
commit
e3787f8b36
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ static int rb_thread_critical; /* dummy */
|
|||
#include "st.h"
|
||||
#endif
|
||||
|
||||
#undef RUBY_UNTYPED_DATA_WARNING
|
||||
#define RUBY_UNTYPED_DATA_WARNING 0
|
||||
|
||||
#if !defined(RHASH_TBL)
|
||||
#define RHASH_TBL(h) (RHASH(h)->tbl)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue