From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Mon, 23 Mar 2015 19:54:58 +0100 (CET) Received: by wibdy8 with SMTP id dy8so55696403wib.0 for ; Mon, 23 Mar 2015 11:54:58 -0700 (PDT) Message-ID: <5510617F.4000700@gmail.com> Date: Mon, 23 Mar 2015 19:54:55 +0100 From: Milan Broz MIME-Version: 1.0 References: <55105340.7090402@gmail.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.6.7 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ".. ink .." , "dm-crypt@saout.de" On 03/23/2015 07:38 PM, .. ink .. wrote: > On Mon, Mar 23, 2015 at 8:54 PM, Milan Broz wrote: > >> Feedback and bug reports are welcomed. >> > > It build fine but there is a warning when building with gcc 4.9.2 > > CC libcryptsetup_la-utils_fips.lo > CC libcryptsetup_la-utils_device.lo > CC libcryptsetup_la-libdevmapper.lo > libdevmapper.c: In function 'dm_status_device': > libdevmapper.c:765:2: warning: implicit declaration of function 'stat' > [-Wimplicit-function-declaration] > if (strchr(name, '/') && stat(name, &st) < 0) > ^ Strange. (btw it builds without warning on gcc5, at least in Fedora). Anyway, if you see some missing include there, please send me a patch. I do not see this error here... Thanks, Milan