]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/callstack.cpp
audio.engine.test: cleanup using
[factor.git] / vm / callstack.cpp
index bd0d6c67cce6f4ff21086a75703460e05deafa2b..2d183e802805ebbc88265bcc733c3055619c69e0 100644 (file)
@@ -56,6 +56,8 @@ void factor_vm::primitive_callstack_to_array() {
                                      cell size,
                                      code_block* owner,
                                      cell addr) {
+    (void)frame_top;
+    (void)size;
     data_root<object> executing_quot(owner->owner_quot(), this);
     data_root<object> executing(owner->owner, this);
     data_root<object> scan(owner->scan(this, addr), this);