commit | 08178ebf79136ce552385cb61a2413304407a07e | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Fri Dec 15 15:28:50 2017 +0000 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Tue May 01 16:30:05 2018 +0100 |
tree | 3f9745965e1960e8623d98c4cb6522903f203ca3 | |
parent | 52c8576b07de268485574c347845a10e08e0a3d8 [diff] |
Remove the unused macro NDEBUG The C standards specify that this macro is used to disable asserts but, in our code, the assert macro is controlled with ENABLE_ASSERTIONS. Having this macro here creates confusion about the behaviour of assert. Change-Id: Iab8689a14dc2b8790729857d56585ce43c0c4f51 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>