From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.74) (envelope-from ) id 1Q6idm-0002ya-Jm for ltp-list@lists.sourceforge.net; Mon, 04 Apr 2011 12:12:18 +0000 Received: from relay1.sgi.com ([192.48.179.29] helo=relay.sgi.com) by sog-mx-2.v43.ch3.sourceforge.com with smtp (Exim 4.74) id 1Q6idm-0007Qm-1m for ltp-list@lists.sourceforge.net; Mon, 04 Apr 2011 12:12:18 +0000 Received: from cf--amer001e--3.americas.sgi.com (cf--amer001e--3.americas.sgi.com [137.38.100.5]) by relay1.corp.sgi.com (Postfix) with ESMTP id 3B06C8F8084 for ; Mon, 4 Apr 2011 05:12:04 -0700 (PDT) From: Alex Elder Date: Mon, 04 Apr 2011 07:08:49 -0500 Message-ID: <1301918929.3282.30.camel@doink> Mime-Version: 1.0 Subject: [LTP] [PATCH 0/6] ltp: kill off some compile warnings Reply-To: aelder@sgi.com List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: ltp-list@lists.sourceforge.net The motivation for this series of patches is to eliminate build warnings in files under "testcases/kernel/fs/doio/". The main reason warnings are emitted is that most functions are defined using old-style C syntax. So most of the changes amount to updating such functions to use standard C prototypes. The first patch fixes a buggy header file. The next one gathers type definitions to the top of "doio.c" so they are defined when needed in declaring all the function prototypes. The last patch enables the "-Wall" flag to gcc for these files. -Alex ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list