Fixed compilation warnings in SqlStorage modules 10/49710/3
authorJanusz Majnert <j.majnert@samsung.com>
Mon, 19 Oct 2015 10:20:18 +0000 (12:20 +0200)
committerJanusz Majnert <j.majnert@samsung.com>
Wed, 21 Oct 2015 07:29:10 +0000 (00:29 -0700)
commit22f08a4b98948f4e54476a2b333441d1fdb66d96
treefd0ec47d533c61d12555e03b787489cfb8ca8bd5
parent5f802293f16374c9589a12764e343bd6ca1dd3d5
Fixed compilation warnings in SqlStorage modules

[Issue]        N/A
[Problem]      Compilation warnings about:
                 1. Unused variable newName
                 2. Ignored type qualifier
[Solution]     1. Suppress the warning temporarily, submit a bug to fix the method
               2. Remove the redundant const qualifier
[Verification] Build the project. Check if there are warnings generated from
               SqlStorage.* files

Change-Id: I6a94a92faffa37047fd93498dfc207cc42be78bb
services/SessionStorage/SqlStorage.cpp
services/SessionStorage/SqlStorage.h