Update the things manager code not to produce warning messages in compilation
authorJihun Ha <jihun.ha@samsung.com>
Wed, 7 Oct 2015 06:10:58 +0000 (15:10 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Wed, 7 Oct 2015 07:49:50 +0000 (07:49 +0000)
commitadecb3e2a934caf0ea6be1ea5ad752c7877570be
tree0c7e1c774232246337e0ea3af7182a90ad10a261
parent7f1e35f93003b317854fd17dd9115c7f5b1633ea
Update the things manager code not to produce warning messages in compilation

It is shown that most of warning messages are produced by an existance
of unused parameters in a function. Not to produce the warning message, I
make the unused parameters being commented.
Additionally, fix potential defects in things manager with
CID 65806, 81664, 81560, 82257.

Change-Id: Ie460630d0dc3306087b87b2dd5bb314b1844bc1b
Signed-off-by: Jihun Ha <jihun.ha@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3681
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
resource/csdk/stack/src/oicgroup.c
service/things-manager/sampleapp/linux/configuration/bootstrapserver.cpp [changed mode: 0644->0755]
service/things-manager/sampleapp/linux/configuration/con-client.cpp
service/things-manager/sampleapp/linux/configuration/con-server.cpp [changed mode: 0644->0755]
service/things-manager/sampleapp/linux/groupaction/bookmark.cpp [changed mode: 0644->0755]
service/things-manager/sampleapp/linux/groupaction/groupserver.cpp [changed mode: 0644->0755]
service/things-manager/sampleapp/linux/groupaction/lightserver.cpp [changed mode: 0644->0755]
service/things-manager/sdk/src/GroupManager.cpp [changed mode: 0644->0755]
service/things-manager/sdk/src/ThingsConfiguration.cpp [changed mode: 0644->0755]
service/things-manager/sdk/src/ThingsMaintenance.cpp [changed mode: 0644->0755]
service/things-manager/unittests/ThingsManagerTest.cpp [changed mode: 0644->0755]