libinstpatch-1.0.0/libinstpatch/IpatchUnit_DLS.c:278:20: warning: comparison of constant 2147483648 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
if (dls_abs_time == IPATCH_UNIT_DLS_ABS_TIME_0SECS)
but longs on a 64 bit box are 64 bit, so this value
is in band.