浏览代码

- more warnings fixes

Andrei Pelinescu-Onciul 19 年之前
父节点
当前提交
8bde22abd6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/db_postgres/db_mod.c

+ 2 - 0
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 = {