1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Ignore compiler warnings, because we can't escape "abstract declarator used

as declaration".
This commit is contained in:
Bryan Henderson
1996-11-18 01:43:55 +00:00
parent 529189f407
commit e780f0fef3
2 changed files with 8 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgenv.cc,v 1.1.1.1 1996/07/09 06:22:18 scrappy Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgenv.cc,v 1.2 1996/11/18 01:43:55 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,14 +23,12 @@
#include "libpq++.H"
#define DefaultAuth DEFAULT_CLIENT_AUTHSVC
#define DefaultPort POSTPORT
#define DefaultPort "5432"
// default constructor for PGenv
// checks the environment variables
PGenv::PGenv()
{
char* temp;
pgauth = NULL;
pghost = NULL;
pgport = NULL;