diff options
author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-18 01:44:28 +0000 |
---|---|---|
committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-18 01:44:28 +0000 |
commit | 435d4f4a79e2d8cb780e612796800a6207e02643 (patch) | |
tree | 4607482ff6dbd4d9883c77e58a8bc0732740fe75 /src/interfaces/libpq++/examples/testlibpq4.cc | |
parent | e780f0fef34a4078d8eaebda5621f99c034b806b (diff) | |
download | postgresql-435d4f4a79e2d8cb780e612796800a6207e02643.tar.gz postgresql-435d4f4a79e2d8cb780e612796800a6207e02643.zip |
Quiet compiler warnings, ignore the ones we can't.
Diffstat (limited to 'src/interfaces/libpq++/examples/testlibpq4.cc')
-rw-r--r-- | src/interfaces/libpq++/examples/testlibpq4.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/libpq++/examples/testlibpq4.cc b/src/interfaces/libpq++/examples/testlibpq4.cc index 9d5ca3ec769..dc78031843f 100644 --- a/src/interfaces/libpq++/examples/testlibpq4.cc +++ b/src/interfaces/libpq++/examples/testlibpq4.cc @@ -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 |