[connectivity] Fix parameter type mismatches.
authorOssama Othman <ossama.othman@intel.com>
Fri, 11 Nov 2016 22:33:38 +0000 (14:33 -0800)
committerMike Fenelon <mike.fenelon@microsoft.com>
Tue, 22 Nov 2016 22:31:30 +0000 (22:31 +0000)
commitef769168298a833172bd4d8b961a793b7625f1f6
tree0bf5d44c2215bfcfe8d3e7ff6ccc618fcba9aa34
parentf7d2362ac593b1b007580b3f4a889acd9e96cfb4
[connectivity] Fix parameter type mismatches.

To match the corresponding callback function prototype
(e.g. CANetworkPacketReceivedCallback and CAErrorHandleCallback), the
data length parameter for a few callback function implementations
should have been of type size_t instead uint32_t.  This addresses
several parameter type mismatch warnings on 64 bit platforms.

Change-Id: Iaa5740a9fdb9d59fa13832eb3b87335d3355bd37
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14237
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
Reviewed-by: Mike Fenelon <mike.fenelon@microsoft.com>
resource/csdk/connectivity/inc/caprotocolmessage.h
resource/csdk/connectivity/src/cainterfacecontroller.c
resource/csdk/connectivity/src/camessagehandler.c
resource/csdk/connectivity/src/caprotocolmessage.c