From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [RFC v3] /net: memory interface (memif) Date: Fri, 4 Jan 2019 11:23:52 -0800 Message-ID: <20190104112352.6a7a695c@hermes.lan> References: <20181213133051.18779-1-jgrajcia@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: To: Jakub Grajciar Return-path: Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by dpdk.org (Postfix) with ESMTP id 031BD1B4BA for ; Fri, 4 Jan 2019 20:24:04 +0100 (CET) Received: by mail-pg1-f170.google.com with SMTP id z11so17888765pgu.0 for ; Fri, 04 Jan 2019 11:24:04 -0800 (PST) In-Reply-To: <20181213133051.18779-1-jgrajcia@cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 13 Dec 2018 14:30:51 +0100 Jakub Grajciar wrote: > +CFLAGS += -O3 > +CFLAGS += -I$(SRCDIR) > +CFLAGS += $(WERROR_FLAGS) > +CFLAGS += -Wno-pointer-arith Why this additional compiler flag?