csdk: Fixed compiler warnings in ocstack.c
authorGeorge Nash <george.nash@intel.com>
Thu, 9 Mar 2017 22:37:55 +0000 (14:37 -0800)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Wed, 22 Mar 2017 19:33:19 +0000 (19:33 +0000)
commitb77ce94b2ebe07f231015149ead7183f820c06d1
tree675d1037783ba69fdfe10de7524321b919508924
parent96b2d11b03b52d12ce139b050cb75e3be179c02e
csdk: Fixed compiler warnings in ocstack.c

-Wformat= warning fixed by changing the ssanf %lld flag to SCNd64
-Wunused-function fixed by removing the OCSetNetworkMonitorHandler
 function. Since the function is not used it is also not maintained
 it is best to remove the code.

Change-Id: Ib82e6e77a561ac8713cc77bdecc44a5ce42cefff
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17813
Reviewed-by: Mike Fenelon <mike.fenelon@microsoft.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
resource/csdk/stack/src/ocstack.c