aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2022-10-25 16:20:15 +0100
committerRon Yorston <rmy@pobox.com>2022-10-25 16:20:15 +0100
commit0b5bd6e1436c38a74c5294535d5f4d7a7cf79d54 (patch)
tree30e41d93976dcaa6fd4206eb3bda03c4a09364eb /docs
parent62654c448c4f0dfc0fdb72220adc33af0be7cb65 (diff)
downloadbusybox-w32-0b5bd6e1436c38a74c5294535d5f4d7a7cf79d54.tar.gz
busybox-w32-0b5bd6e1436c38a74c5294535d5f4d7a7cf79d54.tar.bz2
busybox-w32-0b5bd6e1436c38a74c5294535d5f4d7a7cf79d54.zip
win32: fix warning in timegm(3)
Building on Windows using w64devkit resulted in a new warning in timegm(3). The compiler didn't like a reference to the unnamed temporary in: if (!is_leap) is_leap = &(int){0}; is_leap is always non-NULL in the limited version of the code used here so the offending line can simply be removed.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions