java: cleanup build warnings
authorGeorge Nash <george.nash@intel.com>
Thu, 13 Jul 2017 22:29:30 +0000 (15:29 -0700)
committerRick Bell <richard.s.bell@intel.com>
Tue, 18 Jul 2017 18:34:35 +0000 (18:34 +0000)
commit4fc4eb4824791d4a854c8c6e0da4cc7a383abf5d
tree21fd9a2d9d082699178961061f1d4a4b2ffec697
parent8d47169c0de2270a8cdfe4e0ac727140e882bf31
java: cleanup build warnings

Thss commit cleans up the following build warnings:
 - warning incompatible-pointer-types from JniCaInterface.c
 - warning missing-field-initializers from JniCaInterface.c
 - warning reorder from JniOcPresenceHandle.cpp
 - warning unused-variable from JniOcProvisioning.cpp
 - warning unused-but-set-variable JniSecureUtils.cpp

Change-Id: I80c0df6effdff4ea089a15b53f16588c14853077
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/21433
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Larry Sachs <larry.j.sachs@intel.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
(cherry picked from commit e25cf3641d3cdff26054a06c95d7f6ad5ab35c54)
Reviewed-on: https://gerrit.iotivity.org/gerrit/21503
java/jni/JniCaInterface.c
java/jni/JniOcPresenceHandle.cpp
java/jni/JniOcProvisioning.cpp
java/jni/JniSecureUtils.cpp