Fixed discarded-qualifiers warning
authorGeorge Nash <george.nash@intel.com>
Wed, 7 Sep 2016 23:43:28 +0000 (16:43 -0700)
committerRick Bell <richard.s.bell@intel.com>
Fri, 9 Sep 2016 16:41:53 +0000 (16:41 +0000)
commit53ea3363d7b3d89d8bc44313dd7338d5c4d71c45
tree9a189cfe4eca632325306825d2e2c33afef7dee6
parent90a01dc95466a5c3d956d749ab1fe53792bddca7
Fixed discarded-qualifiers warning

by asigning the const pointer type to a non-const pointer type
the code was discarding the const qualifier. Added const key
word to fix warning.

Change-Id: Ided09959ac9406ed80f69606e9ed065d2498ebd2
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11527
Reviewed-by: Larry Sachs <larry.j.sachs@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jaehyun Cho <jaehyun3.cho@samsung.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
resource/csdk/connectivity/src/adapter_util/cafragmentation.c