Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261528AbVDJRbu (ORCPT ); Sun, 10 Apr 2005 13:31:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261529AbVDJRbu (ORCPT ); Sun, 10 Apr 2005 13:31:50 -0400 Received: from mx1.redhat.com ([66.187.233.31]:40130 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S261528AbVDJRbn (ORCPT ); Sun, 10 Apr 2005 13:31:43 -0400 Date: Sun, 10 Apr 2005 13:31:29 -0400 (EDT) From: Rik van Riel X-X-Sender: riel@chimarrao.boston.redhat.com To: Linus Torvalds cc: Petr Baudis , "Randy.Dunlap" , Ross Vandegrift , Ingo Molnar , Dave Jones , Kernel Mailing List Subject: Re: more git updates.. In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1230 Lines: 27 On Sat, 9 Apr 2005, Linus Torvalds wrote: > I've rsync'ed the new git repository to kernel.org, it should all be there > in /pub/linux/kernel/people/torvalds/git.git/ (and it looks like the > mirror scripts already picked it up on the public side too). GCC 4 isn't very happy. Mostly sign changes, but also something that looks like a real error: gcc -g -O3 -Wall -c -o fsck-cache.o fsck-cache.c fsck-cache.c: In function 'main': fsck-cache.c:59: warning: control may reach end of non-void function 'fsck_tree' being inlined fsck-cache.c:62: warning: control may reach end of non-void function 'fsck_commit' being inlined I assume that fsck_tree and fsck_commit should complain loudly if they ever get to that point - but since I'm not quite sure there's no patch, sorry. -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/