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>
Thu, 8 Oct 2015 00:36:12 +0000 (00:36 +0000)
commit2a6242540aaef58daff86f0a313b2da12d430d9f
treed52244e44484e1a8507266de331b67714db37c3a
parent140db8eb74dcc1a35586e76bbdcf5ecc87e960a7
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/3679
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
12 files changed:
extlibs/timer/timer.c
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]