From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 304F8595A for ; Mon, 21 Jul 2014 15:44:43 +0200 (CEST) Received: by mail-wi0-f182.google.com with SMTP id d1so4062857wiv.9 for ; Mon, 21 Jul 2014 06:45:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=oYu854L98Ule7BIDh2rTSLacaCt2Y8ISUGCflQCOWD4=; b=ZkX7uSFB1q0fcA3uHyQj0W9lgn1no4razZyTeIkpsVXqN1CoLILqeAF60EEVV5uXLA 2QpFUELLn6IpYlVYaVHBPVwHjEjRT18fjnFJTqZhyH7m9jhRMU2NtlK4mz+P/tPNO0+0 NoUOfb7DOT60sUv/CSyIL1apGTONpRb7MJnJX1r3H0zry3O3WwxVfVTc9qh6ErsGzIVV lpe+oWDJhNnZpT9Bxh73oMIxifJ9pTAvY5ylyhqe4Uu7vuRUAGEY5Mh05bdwfGmX+6nj 2zkweQAZdmpzIWzvpR2eQQ+JUeaqUeIbxMaphTszmKJexm2KDz9NrlL3Onedk9Bchy7X ZUBQ== X-Gm-Message-State: ALoCoQkbccFP1Fo9pnbJKHt5TF2k1iwcSMmV9CWHH9kpTWj6IK7nO73ljDnmcRiw/nl1Ca1tbCHS X-Received: by 10.194.121.6 with SMTP id lg6mr23481207wjb.116.1405950356527; Mon, 21 Jul 2014 06:45:56 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id eo4sm42199537wid.4.2014.07.21.06.45.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jul 2014 06:45:55 -0700 (PDT) From: Thomas Monjalon To: Matthew Hall Date: Mon, 21 Jul 2014 15:45:47 +0200 Message-ID: <1612877.4vnACNrlm4@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1405914461-19335-4-git-send-email-mhall@mhcomputing.net> References: <1405914461-19335-1-git-send-email-mhall@mhcomputing.net> <1405914461-19335-4-git-send-email-mhall@mhcomputing.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 3/4] examples/*: -Wno-switch required for weird ioctl() ID's X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 13:44:43 -0000 2014-07-20 20:47, Matthew Hall: > +CFLAGS += -Wno-switch As I said for patch 1/4, I think it's better to fix the code instead of removing a warning. If there is a very good reason to not do it, it would appear in the log. Thanks -- Thomas