[SR-Dev] git:janakj/postgres: - more warnings fixes

Jan Janak jan at iptel.org
Sun Feb 15 18:55:27 CET 2009


Module: sip-router
Branch: janakj/postgres
Commit: 8bde22abd667e38d2aafdf948eddfd3f0f3bc4d9
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8bde22abd667e38d2aafdf948eddfd3f0f3bc4d9

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec  7 19:12:55 2006 +0000

- more warnings fixes

---

 modules/db_postgres/db_mod.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/db_postgres/db_mod.c b/modules/db_postgres/db_mod.c
index 123f057..95774b6 100644
--- a/modules/db_postgres/db_mod.c
+++ b/modules/db_postgres/db_mod.c
@@ -92,6 +92,7 @@ static param_export_t params[] = {
  *                   'ab', 'a', 'abcde', 'abcdddd', B'00110011001100110011001100110011',
  *                    b'10101010101010101010101010101010');
  */
+#if 0
 static int pg_test(void)
 {
 	int row, col;
@@ -174,6 +175,7 @@ static int pg_test(void)
 	pg_close(con);
 	return -1;
 }
+#endif
 
 
 struct module_exports exports = {




More information about the sr-dev mailing list