Re: Assert macro causing problems when building Sqlite

2024-02-20 Thread Xiang Xiao
Here is the fix: https://github.com/apache/nuttx/pull/11734. sqlite porting is also upstreamed: https://github.com/apache/nuttx-apps/pull/2297 On Tue, Feb 20, 2024 at 3:17 PM Jernej Turnsek wrote: > Hi, > > the same problem as new UNUSED macro was causing me problems when building > external lib

Assert macro causing problems when building Sqlite

2024-02-19 Thread Jernej Turnsek
Hi, the same problem as new UNUSED macro was causing me problems when building external libraries, like LuaJIT, an assert macro is also causing problems when building Sqlite3 library. Sqlite code has a lot of assert statements which are usually excluded when NDEBUG is set. But when assert is defin