* contrib/libnf/getenvrn.c

* Add some values for default to eliminate warnings when compiling
      with gcc -O2.
This commit is contained in:
Walter Negro
2002-04-15 04:39:01 +00:00
parent 742388f4f3
commit cfa2892433

View File

@@ -116,7 +116,7 @@ HB_FUNC(FT_GETE)
{
extern char **_environ;
char *buffer;
char *buffer = NULL;
int x;
int buffsize = 0;
int rettype = NORETURN;