From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 1/2] ss: Fix compiler errors of unused return-values Date: Mon, 22 Jul 2013 08:35:26 -0700 Message-ID: <20130722083526.236536fd@nehalam.linuxnetplumber.net> References: <1374350298-1177-1-git-send-email-christoph.paasch@uclouvain.be> <1374350298-1177-2-git-send-email-christoph.paasch@uclouvain.be> <20130722075410.78532ad4@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Christoph Paasch , netdev@vger.kernel.org To: Denis Kirjanov Return-path: Received: from mail-pd0-f182.google.com ([209.85.192.182]:46435 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752125Ab3GVPf3 (ORCPT ); Mon, 22 Jul 2013 11:35:29 -0400 Received: by mail-pd0-f182.google.com with SMTP id r10so7005523pdi.27 for ; Mon, 22 Jul 2013 08:35:28 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 22 Jul 2013 19:06:11 +0400 Denis Kirjanov wrote: > Do we need the -Werror at all? I've found a similar discussion > regarding building wil6210 driver with the same issue I put Werror in because it stops people from adding new things that have warnings.