chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bef4df
)
loopy_diffnames[] isn't used, and provokes a warning on OS X.
author
Simon Tatham
<anakin@pobox.com>
Thu, 13 Oct 2005 18:27:57 +0000
(18:27 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Thu, 13 Oct 2005 18:27:57 +0000
(18:27 +0000)
[originally from svn r6389]
loopy.c
patch
|
blob
|
history
diff --git
a/loopy.c
b/loopy.c
index 6006c87ca47669170dc43dbab22de83b6f14a24a..75702190f47126943fdf00f37f3a42d4e3ae83c2 100644
(file)
--- a/
loopy.c
+++ b/
loopy.c
@@
-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)