Skip to content

Commit

Permalink
Remove another compiler warning about use of _store_ptr
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jul 21, 2024
1 parent d9fbaed commit 4d6d1f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vmobjects/IntegerBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
GCInteger* GlobalBox::integerBox = nullptr;

void GlobalBox::updateIntegerBox(VMInteger* newValue) {
# warning Is this acceptable use of _store_ptr??
integerBox = _store_ptr(newValue);
}

Expand Down

0 comments on commit 4d6d1f0

Please sign in to comment.