Fix unused computed values

For example:

../libs/pbd/reallocpool.cc:138:38: warning: value computed is not used
[-Wunused-value]
  138 |                 ASSERT (_asize (ptr) <= newsize);
This commit is contained in:
David Robillard 2022-12-08 09:28:16 -05:00
parent 483ca4e19d
commit d568bb5a06
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#define ASSERT assert
#else
#define STATS_segment
#define ASSERT
#define ASSERT(exp)
#endif
#ifdef RAP_WITH_CALL_STATS