From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6F89C108F for ; Mon, 16 Jan 2017 10:06:15 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2017 01:06:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,238,1477983600"; d="scan'208";a="213832602" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga004.fm.intel.com with ESMTP; 16 Jan 2017 01:06:13 -0800 To: Emmanuel Roullit , rasesh.mody@cavium.com References: <1484509884-16148-1-git-send-email-emmanuel.roullit@gmail.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <4ab258fc-93ed-04d1-147e-9e139e2c46eb@intel.com> Date: Mon, 16 Jan 2017 09:06:13 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484509884-16148-1-git-send-email-emmanuel.roullit@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/qede: correct function declaration syntax X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 09:06:15 -0000 Hi Emmanuel, On 1/15/2017 7:51 PM, Emmanuel Roullit wrote: > clang reports this error message: > error: this function declaration is not a prototype > [-Werror,-Wstrict-prototypes] What is the clang version? Thanks, ferruh