* contrib/libnf/getenvrn.c
* Add some values for default to eliminate warnings when compiling
with gcc -O2.
This commit is contained in:
@@ -116,7 +116,7 @@ HB_FUNC(FT_GETE)
|
||||
{
|
||||
|
||||
extern char **_environ;
|
||||
char *buffer;
|
||||
char *buffer = NULL;
|
||||
int x;
|
||||
int buffsize = 0;
|
||||
int rettype = NORETURN;
|
||||
|
||||
Reference in New Issue
Block a user