loopy_diffnames[] isn't used, and provokes a warning on OS X.

[originally from svn r6389]
This commit is contained in:
Simon Tatham
2005-10-13 18:27:57 +00:00
parent 2bef4dfb50
commit 29afca3ef9

View File

@ -148,7 +148,7 @@ enum {
#define ENCODE(upper,title,lower) #lower
#define CONFIG(upper,title,lower) ":" #title
enum { DIFFLIST(ENUM) DIFFCOUNT };
static char const *const loopy_diffnames[] = { DIFFLIST(TITLE) };
/* static char const *const loopy_diffnames[] = { DIFFLIST(TITLE) }; */
static char const loopy_diffchars[] = DIFFLIST(ENCODE);
#define DIFFCONFIG DIFFLIST(CONFIG)