tweaks: silence a warning when configured with --enable-tiny
parent
3ffefbfddc
commit
af8ffa8c94
|
@ -1505,9 +1505,9 @@ bool write_file(const char *name, FILE *thefile, bool tmp,
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
bool isactualfile = FALSE;
|
bool isactualfile = FALSE;
|
||||||
/* Becomes TRUE when the file is non-temporary and exists. */
|
/* Becomes TRUE when the file is non-temporary and exists. */
|
||||||
#endif
|
|
||||||
struct stat st;
|
struct stat st;
|
||||||
/* The status fields filled in by stat(). */
|
/* The status fields filled in by stat(). */
|
||||||
|
#endif
|
||||||
char *realname;
|
char *realname;
|
||||||
/* The filename after tilde expansion. */
|
/* The filename after tilde expansion. */
|
||||||
char *tempname = NULL;
|
char *tempname = NULL;
|
||||||
|
|
Loading…
Reference in New Issue