]> granicus.if.org Git - curl/commit
easy: silence compiler warning
authorJay Satiro <raysatiro@yahoo.com>
Tue, 4 Apr 2017 06:43:21 +0000 (02:43 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 4 Apr 2017 06:43:21 +0000 (02:43 -0400)
commita68ca63d7313dcc266f92108b2694d43b0afeba7
treee84a4227cb0cfc8291f01ea85d752000065d662d
parentd9c9611a2fee017c9b843be75cdd141944cfc74f
easy: silence compiler warning

Safe to silence warning adding time delta of poll, which can trigger on
Windows since sizeof time_t > sizeof long.

warning C4244: '+=' : conversion from 'time_t' to 'long', possible loss
of data
lib/easy.c