Skip to content
Commit a68ca63d authored by Jay Satiro's avatar Jay Satiro
Browse files

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
parent d9c9611a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment