From 24cffce7366c4070d8f823702a4fcec2cb732595 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 14:55:11 +0200 Subject: malloc: Resolve compilation failure in NDEBUG mode In _int_free, the locked variable is not used if NDEBUG is defined. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce8cb736fc..79953a7d07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-08-31 Florian Weimer + + * malloc/malloc.c (_int_free): Remove locked variable and related + asserts. + 2017-08-31 H.J. Lu [BZ #22051] -- cgit 1.4.1