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:
parent
483ca4e19d
commit
d568bb5a06
@ -32,7 +32,7 @@
|
||||
#define ASSERT assert
|
||||
#else
|
||||
#define STATS_segment
|
||||
#define ASSERT
|
||||
#define ASSERT(exp)
|
||||
#endif
|
||||
|
||||
#ifdef RAP_WITH_CALL_STATS
|
||||
|
Loading…
Reference in New Issue
Block a user