Fixed compilar warning in ocserver
authorGeorge Nash <george.nash@intel.com>
Thu, 2 Mar 2017 18:59:22 +0000 (10:59 -0800)
committerRick Bell <richard.s.bell@intel.com>
Sat, 4 Mar 2017 20:16:35 +0000 (20:16 +0000)
commitc8583decfb5694de57c2480752b900bcfbecb196
treeb2575e6d7172c82d029c88fbc8d3eb1a094d2e11
parent152c9998f68da5e8b89f2c1537891f0ea58c2645
Fixed compilar warning in ocserver

The -Wformat= warning was fixed by replacing
the %lld flag with the PRId64 or SCNd64 macro
from the inttypes.

Change-Id: I79b289d79ee2b918ec0947815f2dc6e6d3c07f3c
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17629
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
resource/csdk/stack/samples/linux/SimpleClientServer/ocserver.cpp