Fix type conversion compiler warning
replaced instances of 1.e09 with macro OC_NSEC_PER_SEC set to 1000000000 The value 1.e09 resolves to a double type and causes the following compiler warning "warning C4244: 'initializing': conversion from 'double' to 'oc_clock_time_t', possible loss of data" Change-Id: Ida8fc8dd71c188a7c2c5695fb9e5dcf4323e8e86 Signed-off-by:George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/29404Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Kishen Maloor <kishen.maloor@intel.com>
Showing
Please register or sign in to comment