From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 3/4] examples/*: -Wno-switch required for weird ioctl() ID's Date: Mon, 21 Jul 2014 15:45:47 +0200 Message-ID: <1612877.4vnACNrlm4@xps13> References: <1405914461-19335-1-git-send-email-mhall@mhcomputing.net> <1405914461-19335-4-git-send-email-mhall@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Matthew Hall Return-path: In-Reply-To: <1405914461-19335-4-git-send-email-mhall-Hv3ogNYU3JfZZajBQzqCxQ@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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