mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-05 09:56:22 +03:00
Add UNUSED to avoid compiler warnings.
This commit is contained in:
parent
2a80d6f15b
commit
0fadf4a2e3
9 changed files with 43 additions and 44 deletions
|
|
@ -2893,7 +2893,7 @@ label_not_resized:
|
|||
|
||||
JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW
|
||||
JEMALLOC_ATTR(pure)
|
||||
je_sallocx(const void *ptr, int flags) {
|
||||
je_sallocx(const void *ptr, UNUSED int flags) {
|
||||
size_t usize;
|
||||
tsdn_t *tsdn;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue