DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 1/2] e1000:fix gcc test for clang builds
Date: Sun, 26 Jun 2016 15:49:35 +0000	[thread overview]
Message-ID: <EB610421-3C88-47C8-BEC0-9A916F391AC2@intel.com> (raw)
In-Reply-To: <1466955137-91066-1-git-send-email-keith.wiles@intel.com>


On 6/26/16, 10:32 AM, "dev on behalf of Keith Wiles" <dev-bounces@dpdk.org on behalf of keith.wiles@intel.com> wrote:

>Signed-off-by: Keith Wiles <keith.wiles@intel.com>
>---
> drivers/net/e1000/Makefile | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
>diff --git a/drivers/net/e1000/Makefile b/drivers/net/e1000/Makefile
>index 5b801f5..1305163 100644
>--- a/drivers/net/e1000/Makefile
>+++ b/drivers/net/e1000/Makefile
>@@ -48,7 +48,7 @@ ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
> # CFLAGS for icc
> #
> CFLAGS_BASE_DRIVER = -wd177 -wd181 -wd188 -wd869 -wd2259
>-else
>+else ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)
> #
> # CFLAGS for gcc
> #
>@@ -57,6 +57,9 @@ CFLAGS_BASE_DRIVER += -Wno-unused-variable
> ifeq ($(shell test $(GCC_VERSION) -ge 60 && echo 1), 1)
> CFLAGS_BASE_DRIVER += -Wno-misleading-indentation
> endif
>+else
>+CFLAGS_BASE_DRIVER = -Wno-uninitialized -Wno-unused-parameter
>+CFLAGS_BASE_DRIVER += -Wno-unused-variable
> endif

self-nak found another clang compiler problem.
> 
> #
>-- 
>2.8.0.GIT
>
>




      parent reply	other threads:[~2016-06-26 15:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-26 15:32 Keith Wiles
2016-06-26 15:32 ` [dpdk-dev] [PATCH 2/2] fix building with clang-3.8.0 compiler Keith Wiles
2016-06-26 15:50   ` Wiles, Keith
2016-06-26 15:54     ` [dpdk-dev] [PATCH v2 1/2] e1000:fix gcc test for clang builds Keith Wiles
2016-06-26 15:54     ` [dpdk-dev] [PATCH v2 2/2] fix building with clang-3.8.0 compiler Keith Wiles
2016-06-27  8:46       ` Bruce Richardson
2016-06-27 12:58         ` Wiles, Keith
2016-06-27 16:29           ` Wiles, Keith
2016-06-27 16:40             ` Bruce Richardson
2016-06-27 16:51               ` Wiles, Keith
2016-06-27 17:13                 ` Thomas Monjalon
2016-06-27  8:48       ` Thomas Monjalon
2016-06-26 15:49 ` Wiles, Keith [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EB610421-3C88-47C8-BEC0-9A916F391AC2@intel.com \
    --to=keith.wiles@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).