source: remove build warning on lib directory 56/51356/3
authorSooyoung Ha <yoosah.ha@samsung.com>
Fri, 6 Nov 2015 08:10:32 +0000 (17:10 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Mon, 9 Nov 2015 06:46:02 +0000 (15:46 +0900)
commit2cb5891d4a82ffc833375efb5bac8db0e393ab05
treec5971855105a590efbf4514f56beceb64b7a5e04
parent8edf025ca458813e2acb5aca437f988bf12c9d8c
source: remove build warning on lib directory

I have a plan to apply -Werror option. By the way, vmodem code has so
many build warnings. This could occur problems, I will remove these
warnings before applying -Werror option.
It would be hard to understand or review if I upload changes at one
commit. So I split them.

This is the first. I remove build warnings on lib directories. And I
add some missing prototypes.

There are many problems about code convention like indentations,
whitespaces, tabs, and so on. These should be aligned later, not this
commit.

Change-Id: If5f0db177e5cd3a8c92a4e7d4ef01f05638eee4b
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
19 files changed:
lib/libcommon/fileio.c
lib/libcommon/process.c
lib/libsms/sms_tool.c
lib/libsms/sms_tool.h [new file with mode: 0644]
lib/libsms/sms_util.h
libvmodem/libvgsm_gprs.c
libvmodem/lxtutil.c
vmodem/include/at/at_func.h
vmodem/include/at/at_rx_func.h
vmodem/include/at/at_rx_sms.h
vmodem/include/at/at_tx_display.h
vmodem/include/at/at_tx_security.h
vmodem/include/db/db_ss.h
vmodem/include/oem/oem_rx_security.h
vmodem/include/oem/oem_tx_display.h
vmodem/include/oem/oem_tx_security.h
vmodem/include/server/server_common_call.h
vmodem/include/server/server_rx_call.h
vmodem/include/server/server_rx_security.h