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/testlibpq3.cc | |
| parent | e780f0fef34a4078d8eaebda5621f99c034b806b (diff) | |
| download | postgresql-435d4f4a79e2d8cb780e612796800a6207e02643.tar.gz | |
Quiet compiler warnings, ignore the ones we can't.
Diffstat (limited to 'src/interfaces/libpq++/examples/testlibpq3.cc')
| -rw-r--r-- | src/interfaces/libpq++/examples/testlibpq3.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/examples/testlibpq3.cc b/src/interfaces/libpq++/examples/testlibpq3.cc index 1146dffac9..b1e94e487e 100644 --- a/src/interfaces/libpq++/examples/testlibpq3.cc +++ b/src/interfaces/libpq++/examples/testlibpq3.cc @@ -35,9 +35,8 @@ extern "C" { main() { char* dbName; - int nFields; - int i,j; int i_fnum, d_fnum, p_fnum; + int i; /* begin, by creating the parameter environtment for a backend connection. When no parameters are given then the system will |
