From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: mlx debug build error with clang Date: Tue, 13 Jun 2017 16:32:03 +0100 Message-ID: <2f049b66-c76a-9ff8-20c2-df2c25957f59@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: DPDK To: Adrien Mazarguil , Nelio Laranjeiro Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 69B6F5583 for ; Tue, 13 Jun 2017 17:32:08 +0200 (CEST) Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Adrien, Nelio, I am getting following build error [1] with clang [2] when debug enabled for mlx4 and mlx5. This started after I update my box, not sure what triggered this. Can you please help fixing this? Thanks, ferruh [1] .../drivers/net/mlx4/mlx4_flow.c:731:3: error: use of GNU statement expression extension [-Werror,-Wgnu-statement-expression] claim_zero(ibv_destroy_qp(fdq->qp)); ^ .../drivers/net/mlx4/mlx4.h:185:25: note: expanded from macro 'claim_zero' #define claim_zero(...) assert((__VA_ARGS__) == 0) ^ /usr/include/assert.h:95:6: note: expanded from macro 'assert' ({ \ ^ .... .../drivers/net/mlx5/mlx5_fdir.c:278:2: error: use of GNU statement expression extension [-Werror,-Wgnu-statement-expression] assert(((uint8_t *)attr + sizeof(*attr)) == (uint8_t *)spec_offset); ^ /usr/include/assert.h:95:6: note: expanded from macro 'assert' ({ \ ^ [Many of similar ...] [2] target: x86_64-native-linuxapp-clang clang version 4.0.0 (tags/RELEASE_400/final)