commit | 329e4925700f68c75f8a35612b0a8eae137585d6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 18 09:30:33 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 18 09:30:33 2014 +0100 |
tree | 25bcce521744706c25dfd5cb56290a74510cfc29 | |
parent | 0aba4dc1ed70a3f7eccef5556fdc620b2ffd32bd [diff] |
Issue #20656: Restore explicit downcast in select_select(). Cast from time_t (64 bit) to long (32 bit). It should fix a compiler warning.