зеркало из https://github.com/github/ruby.git
dbm.c: suppress unused-but-set-variable warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c0a58759e7
Коммит
e7c8073a62
|
@ -24,7 +24,7 @@
|
|||
#define DSIZE_TYPE TYPEOF_DATUM_DSIZE
|
||||
#if SIZEOF_DATUM_DSIZE > SIZEOF_INT
|
||||
# define RSTRING_DSIZE(s) RSTRING_LEN(s)
|
||||
# define TOO_LONG(n) 0
|
||||
# define TOO_LONG(n) ((void)(n),0)
|
||||
#else
|
||||
# define RSTRING_DSIZE(s) RSTRING_LENINT(s)
|
||||
# define TOO_LONG(n) ((long)(+(DSIZE_TYPE)(n)) != (n))
|
||||
|
|
Загрузка…
Ссылка в новой задаче