mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#define ASSERT assert
|
||||
#else
|
||||
#define STATS_segment
|
||||
#define ASSERT
|
||||
#define ASSERT(exp)
|
||||
#endif
|
||||
|
||||
#ifdef RAP_WITH_CALL_STATS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue