eliminate [-Wcomment] warning
authorGregg Reynolds <reynolds-gregg@norc.org>
Sun, 3 Jul 2016 21:28:26 +0000 (16:28 -0500)
committerZiran Sun <ziran.sun@samsung.com>
Tue, 13 Sep 2016 14:27:46 +0000 (14:27 +0000)
commit77d6c342a2971a42be78487386966d2cc764837e
tree3739f31e25b54e4110c68363653fc4a86a6c9679
parentda851aa0583bb1fcccfa634de8b61ee815fbdbd8
eliminate [-Wcomment] warning

The JNI files mix C and C++ comments, so we get tons of annoying
warnings: "/*" within comment [-Wcomment]

Since the JNI layer is in C++ we remove the C comments.

Change-Id: I7fb5b2009a787e62de0b9b62ff7d06de4f33b699
Signed-off-by: Gregg Reynolds <reynolds-gregg@norc.org>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9109
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Petre Eftime <petre.p.eftime@intel.com>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
android/android_api/base/jni/JniCaInterface.c
android/android_api/base/jni/JniCaInterface.h
android/android_api/base/jni/JniDisplayPinListener.cpp
android/android_api/base/jni/JniDisplayPinListener.h