From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: [PATCH] examples: fix clang compilation issues Date: Sun, 20 Jul 2014 20:47:37 -0700 Message-ID: <1405914461-19335-1-git-send-email-mhall@mhcomputing.net> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Contains adjustments to some warnings which prevent examples from compiling under clang. Contains ability to override RTE_SDK_BIN in rte.extvars.mk, without which it's impossible to compile the examples against DPDK if it compiled into any build directory not named identically to the RTE_TARGET. Signed-off-by: Matthew Hall