gcc -g -O2 -Wall '-DSHA1_HEADER=<openssl/sha.h>' -o git-diff-cache diff-cache.c libgit.a -lz -lssl
diff-cache.c: In function `show_new_file':
diff-cache.c:51: warning: `return' with a value, in function returning void
--- cogito/diff-cache.c 2005-05-03 21:50:42.000000000 +0200
+++ cogito/diff-cache.c 2005-05-03 21:52:00.000000000 +0200
@@ -48,7 +48,6 @@ static void show_new_file(struct cache_e
return;
show_file("+", new, sha1, mode);
- return 0;
}
static int show_modified(struct cache_entry *old, struct cache_entry *new)