Silenced warnings for formats in ntfsfix.c

edge.strict_endians
Jean-Pierre André 2010-12-21 15:51:07 +01:00
parent dc7317dbcc
commit f22dec0442
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ switch if you want to be able to build the NTFS utilities."
#endif
static const char *EXEC_NAME = "ntfsfix";
static const char *OK = "OK\n";
static const char *FAILED = "FAILED\n";
static const char OK[] = "OK\n";
static const char FAILED[] = "FAILED\n";
static struct {
char *volume;