From 4307a7b07cec4ad8cbab47a29ba941f8cb041812 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 7 Jun 2007 15:20:26 -0400 Subject: Make warning go away. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 8eaa282d..e3f6ddf4 100644 --- a/main.c +++ b/main.c @@ -58,7 +58,7 @@ struct toy_list *toy_find(char *name) #undef OLDTOY #define NEWTOY(name, opts, flags) opts || #define OLDTOY(name, oldname, opts, flags) opts || -static const NEED_OPTIONS = +static const int NEED_OPTIONS = #include "toys/toylist.h" 0; // Ends the opts || opts || opts... -- cgit v1.2.3