diff options
author | Rob Landley <rob@landley.net> | 2007-06-07 15:20:26 -0400 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-06-07 15:20:26 -0400 |
commit | 4307a7b07cec4ad8cbab47a29ba941f8cb041812 (patch) | |
tree | f5d9ae49af288ebef3639ca8d1eb01799f1a9f1f | |
parent | 18d43ffd39dffec81f8ece68447692d6e2e4672a (diff) | |
download | toybox-4307a7b07cec4ad8cbab47a29ba941f8cb041812.tar.gz |
Make warning go away.
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... |