mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
Fixed error: variable 'nfences' set but not used
This commit is contained in:
@@ -4046,6 +4046,7 @@ static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) {
|
|||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
(void)nfences;
|
||||||
assert(nfences >= 2);
|
assert(nfences >= 2);
|
||||||
|
|
||||||
/* Insert the rest of old top into a bin as an ordinary free chunk */
|
/* Insert the rest of old top into a bin as an ordinary free chunk */
|
||||||
|
Reference in New Issue
Block a user