Silence time64.c build warnings.
Change-Id: Ibc5672480ee5e72eedf2bc29e420315b5346b0df
This commit is contained in:
parent
4ec3bc83c6
commit
066eb0b06d
|
@ -252,6 +252,7 @@ Time64_T timegm64(const struct TM *date) {
|
|||
}
|
||||
|
||||
|
||||
#if !defined(NDEBUG)
|
||||
static int check_tm(struct TM *tm)
|
||||
{
|
||||
/* Don't forget leap seconds */
|
||||
|
@ -283,6 +284,7 @@ static int check_tm(struct TM *tm)
|
|||
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/* The exceptional centuries without leap years cause the cycle to
|
||||
|
|
Loading…
Reference in New Issue