From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22677 invoked by alias); 21 Jan 2010 18:00:43 -0000 Received: (qmail 22663 invoked by uid 22791); 21 Jan 2010 18:00:42 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jan 2010 18:00:36 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KWL00H00Z9LF800@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 21 Jan 2010 20:00:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.141.118]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KWL00F6PZCWEU70@a-mtaout20.012.net.il>; Thu, 21 Jan 2010 20:00:33 +0200 (IST) Date: Thu, 21 Jan 2010 18:00:00 -0000 From: Eli Zaretskii Subject: Re: [patch]: Fix build for GO32 and WIN32 targets In-reply-to: <90baa01f1001210612v145db5f9m3b4607f602c2ae26@mail.gmail.com> To: Kai Tietz Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837hrb72yh.fsf@gnu.org> References: <90baa01f1001210612v145db5f9m3b4607f602c2ae26@mail.gmail.com> 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: 2010-01/txt/msg00533.txt.bz2 > Date: Thu, 21 Jan 2010 15:12:35 +0100 > From: Kai Tietz > > Hello, > > the function check_syscall in file inflow.c is static, but isn't used > for GO32 and _WIN32 targets. So this leads to "defined but not used" > warning and breaks build. Patch fix this I don't understand. How come all other ports don't hit the same problem? AFAIK, this feature is not yet implemented on all of them. What am I missing?