From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/5] app/test: add unified crypto aes test Date: Tue, 07 Jun 2016 22:00:24 +0200 Message-ID: <3627730.YRIx6gfR6H@xps13> References: <1464685789-8386-1-git-send-email-roy.fan.zhang@intel.com> <1464685789-8386-3-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Fan Zhang Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 91989AD8E for ; Tue, 7 Jun 2016 22:00:26 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id v199so34674307wmv.0 for ; Tue, 07 Jun 2016 13:00:26 -0700 (PDT) In-Reply-To: <1464685789-8386-3-git-send-email-roy.fan.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" clang raises this error: app/test/test_cryptodev_aes.c:318:7: fatal error: variable 'op' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!buf_p) { ^~~~~~