mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Quiet compiler warnings, ignore the ones we can't.
This commit is contained in:
@@ -7,12 +7,9 @@
|
||||
#include <stdio.h>
|
||||
#include "libpq++.H"
|
||||
|
||||
#define DEBUG printf("Got here %d\n", __LINE__);
|
||||
main()
|
||||
{
|
||||
char* dbName;
|
||||
int nFields;
|
||||
int i,j;
|
||||
|
||||
/* begin, by creating the parameter environment for a backend
|
||||
connection. When no parameters are given then the system will
|
||||
|
Reference in New Issue
Block a user