From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] Clang compile error with RTE_LIBRTE_MEMPOOL_DEBUG enabled. Date: Thu, 09 Oct 2014 20:26:57 +0200 Message-ID: <20184571.5d5mpYAUho@xps13> References: <1412489782-224822-1-git-send-email-keith.wiles@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Keith Wiles Return-path: In-Reply-To: <1412489782-224822-1-git-send-email-keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org> 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" 2014-10-05 01:16, Keith Wiles: > When enabling RTE_LIBRTE_MEMPOOL_DEBUG and compiling with clang > compiler an error occurs, because ifdefed code now includes GCC pragm= as. >=20 > GCC 4.4 is when push_options and pop_options pragma show up. >=20 > Rework to include Thomas=E2=80=99s suggestion to drop push/pop pragma= directives for > ignore/error directives. >=20 > Signed-off-by: Keith Wiles Acked-by: Thomas Monjalon Applied Thanks --=20 Thomas