Get rid of build warnings
authorMarcin Lis <m.lis@samsung.com>
Thu, 18 Jul 2013 08:35:32 +0000 (10:35 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:13:21 +0000 (17:13 +0100)
commit5e61b4e8cef5553a6e8fb132ef1362d695500fc6
tree323e2d59cfa3a1f27e24af585806bd8dc4c9f159
parentd1ae047d45d5eada311dbabc3ec9c83f16b157cb
Get rid of build warnings

[Issue#] SSDWSSP-397
[Bug] Several warnings was appearing during package build
[Cause] These warnings mainly concern implicit functions declarations
and comparisons between variables of different types
[Solution] Adding function declarations, header file inclusions,
explicit cast operators.
Also 'Werror' flag is added to CMakeLists.txt .

[Verification] Successful compilation & all security tests successfully
completed on target device

Change-Id: I2387b829835319354097384497abd9f1eaec9636
CMakeLists.txt
src/communication/security-server-comm.c
src/include/security-server-comm.h
src/server/security-server-cookie.c
src/server/security-server-main.c
src/server/security-server-password.c