commit | f135257ccbe5405ea1822acd5fe1aa3aada3788a | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Tue Jan 10 14:24:10 2017 -0800 |
committer | qcabuildsw <qcabuildsw@localhost> | Thu Jan 12 07:11:58 2017 -0800 |
tree | 4c8fd916f1a4b53609580237a5773a1f08da71bc | |
parent | 416168bfaf4595de4cd1d1f9a01afc86eb8cf01b [diff] |
qcacmn: Fix -Wmissing-prototypes in dp_main.c We want to enable the compiler's -Wmissing-prototypes switch, but there is existing code in dp_main.c that is generating warnings. Fix these warnings by making all functions static that are only referenced internally to dp_main.c. Change-Id: If22f66ecdc3dbf4e91dbd32bb0e994a281d729e9 CRs-Fixed: 1110193