From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14868 invoked by alias); 24 Dec 2008 02:25:39 -0000 Received: (qmail 14856 invoked by uid 22791); 24 Dec 2008 02:25:38 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp (HELO mail.pizzafactory.jp) (222.147.75.18) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Dec 2008 02:24:59 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.pizzafactory.jp (Postfix) with ESMTP id A335B42651DD for ; Wed, 24 Dec 2008 11:24:56 +0900 (JST) Received: from mail.pizzafactory.jp ([127.0.0.1]) by localhost (ldap.monami-software.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H6HJzC+FzriJ for ; Wed, 24 Dec 2008 11:24:56 +0900 (JST) Received: from KD121111192002.ppp.prin.ne.jp (KD121111192002.ppp.prin.ne.jp [121.111.192.2]) by mail.pizzafactory.jp (Postfix) with ESMTP id 01F7D42651A0 for ; Wed, 24 Dec 2008 11:24:54 +0900 (JST) Message-Id: <49766CA5-7239-43DA-B018-5889387216FD@monami-software.com> From: Masaki Muranaka To: gdb-patches@sourceware.org Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: ser-mingw.c will be failed to build on GCC4.4. Date: Wed, 24 Dec 2008 02:25:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00407.txt.bz2 Hello, Some functions in ser-mingw.c is declared with return value, with no return statement. For example, console_select_thread(), pipe_select_thread(), file_select_thread(). This is not issue on GCC4.3 or below, but GCC4.4 treats them as warning. I don't see how to fix these functions. Could someone review them? -- Masaki Muranaka Monami Software