зеркало из https://github.com/github/ruby.git
suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fbf2cc7caf
Коммит
e8f835a10e
2
time.c
2
time.c
|
@ -1878,7 +1878,7 @@ find_time_t(struct tm *tptr, int utc_p, time_t *tp)
|
|||
int find_dst;
|
||||
struct tm result;
|
||||
int try_interpolation;
|
||||
unsigned long range;
|
||||
unsigned long range = 0;
|
||||
|
||||
#ifdef FIND_TIME_NUMGUESS
|
||||
#define GUESS(p) (find_time_numguess++, (utc_p ? gmtime_with_leapsecond(p, &result) : LOCALTIME(p, result)))
|
||||
|
|
Загрузка…
Ссылка в новой задаче