Made changes required to get the RI layer to build properly for Arduino.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Thu, 19 Mar 2015 16:43:04 +0000 (12:43 -0400)
committerErich Keane <erich.keane@intel.com>
Thu, 19 Mar 2015 17:58:58 +0000 (17:58 +0000)
commit33d745fb4940e1c51c3bdc537bb73cd2a2ba3457
treef000b9df071cd9818035416e1ce50b03d879200f
parente3568e64fe2f96155a5471e44353c8e2d9a1635d
Made changes required to get the RI layer to build properly for Arduino.

Changes made in the RI Code Review(49ead758a03c532e7c95f5b6eb88c1d979cd36a0)
introduced build warnings on Linux. Due to the use of an older and more
verbose compiler when building for Arduino, these warnings are errors in the
build process for Arduino. This commit enables Arduino compilation by fixing
those errors.

Change-Id: I36643b4769a65badad5fc69b6fc18dbce18e22fa
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/515
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/csdk/stack/src/occollection.c
resource/csdk/stack/src/ocobserve.c
resource/csdk/stack/src/ocstack.c