Re: [ovs-dev] [PATCH] travis: Fix clang build for DPDK-2.0.

2015-05-08 Thread Joe Stringer
On 8 May 2015 at 09:15, Ben Pfaff wrote: >> On 8 May 2015, at 09:28, Kavanagh, Mark B wrote: >> >>> -Wno-cast-align is a CFLAG, not a configure option. >>> >>> Signed-off-by: Joe Stringer >>> --- >>> .travis/build.sh | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/.

Re: [ovs-dev] [PATCH] travis: Fix clang build for DPDK-2.0.

2015-05-08 Thread Ben Pfaff
> On 8 May 2015, at 09:28, Kavanagh, Mark B wrote: > >> -Wno-cast-align is a CFLAG, not a configure option. >> >> Signed-off-by: Joe Stringer >> --- >> .travis/build.sh | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/.travis/build.sh b/.travis/build.sh >> index c7796

Re: [ovs-dev] [PATCH] travis: Fix clang build for DPDK-2.0.

2015-05-08 Thread Daniele Di Proietto
I've tested it on a branch and it works now. Thanks for the fix! Acked-by: Daniele Di Proietto > On 8 May 2015, at 09:28, Kavanagh, Mark B wrote: > >> -Wno-cast-align is a CFLAG, not a configure option. >> >> Signed-off-by: Joe Stringer >> --- >> .travis/build.sh | 2 +- >> 1 file changed, 1

Re: [ovs-dev] [PATCH] travis: Fix clang build for DPDK-2.0.

2015-05-08 Thread Kavanagh, Mark B
>-Wno-cast-align is a CFLAG, not a configure option. > >Signed-off-by: Joe Stringer >--- > .travis/build.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/.travis/build.sh b/.travis/build.sh >index c7796e1..6dfc9fe 100755 >--- a/.travis/build.sh >+++ b/.travis/build.sh >@@

[ovs-dev] [PATCH] travis: Fix clang build for DPDK-2.0.

2015-05-07 Thread Joe Stringer
-Wno-cast-align is a CFLAG, not a configure option. Signed-off-by: Joe Stringer --- .travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build.sh b/.travis/build.sh index c7796e1..6dfc9fe 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -74,7 +74,7