Skip to content

Commit

Permalink
Fix pedantic warning for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
oxr463 committed May 12, 2020
1 parent c622d9d commit d8f7f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,7 @@ int sdsTest(void) {
if (type != SDS_TYPE_5) {
test_cond("sdsMakeRoomFor() free", sdsavail(x) >= step);
oldfree = sdsavail(x);
(void) oldfree;
}
p = x+oldlen;
for (j = 0; j < step; j++) {
Expand Down

0 comments on commit d8f7f57

Please sign in to comment.