IOT-1583: Adding /W4 and /WX to timer build.
authorPawel Winogrodzki <pawelwi@microsoft.com>
Wed, 15 Feb 2017 03:22:57 +0000 (19:22 -0800)
committerMike Fenelon <mike.fenelon@microsoft.com>
Wed, 8 Mar 2017 20:24:45 +0000 (20:24 +0000)
commit6cb97e0b90823abc2ca004b22c441a191eead458
treedd9221bcbe7bc6bed1036ed7a726daf68da1fa24
parentd10c4a88ae458d3d067d74edf8287b08cee14857
IOT-1583: Adding /W4 and /WX to timer build.

Making sure any version changes of timer don't introduce
level 4 warnings.

I'm also changing the return value of StartRetransmit() inside
ca_adapter_net_ssl.c, since it's being used as a timer callback,
which doesn't return any values. Nowhere in the code was the returned
value of that function read.

Change-Id: Ic401ae27c5af46b05a21868dfa0c020ee6429f20
Signed-off-by: Pawel Winogrodzki <pawelwi@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17513
Reviewed-by: Alex Kelley <alexke@microsoft.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
Reviewed-by: Mike Fenelon <mike.fenelon@microsoft.com>
extlibs/timer/SConscript
extlibs/timer/timer.c
extlibs/timer/timer.h
resource/csdk/connectivity/src/adapter_util/ca_adapter_net_ssl.c