From 19b2860cba5742ab31fd682b80fefefac19be141 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 8 Apr 2005 09:59:28 -0700 Subject: Use "-Wall -O2" for the compiler to get more warnings. And fix up the warnings that it pointed out. Let's keep the tree clean from early on. Not that the code is very beautiful anyway ;) --- show-diff.c | 1 - 1 file changed, 1 deletion(-) (limited to 'show-diff.c') diff --git a/show-diff.c b/show-diff.c index e7aa60b4ab..3c6d4f98b4 100644 --- a/show-diff.c +++ b/show-diff.c @@ -60,7 +60,6 @@ int main(int argc, char **argv) struct stat st; struct cache_entry *ce = active_cache[i]; int n, changed; - unsigned int mode; unsigned long size; char type[20]; void *new; -- cgit v1.3-5-g9baa