gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10570: Silence Machine warnings res


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10570: Silence Machine warnings resulting from commenting out a hackish and
Date: Wed, 11 Feb 2009 16:32:38 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10570
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2009-02-11 16:32:38 +0100
message:
  Silence Machine warnings resulting from commenting out a hackish and
  obstructive use of fn_call().
modified:
  libcore/vm/Machine.cpp
=== modified file 'libcore/vm/Machine.cpp'
--- a/libcore/vm/Machine.cpp    2009-02-10 15:38:43 +0000
+++ b/libcore/vm/Machine.cpp    2009-02-11 15:32:38 +0000
@@ -2399,8 +2399,9 @@
 }
 
 void
-Machine::immediateFunction(const as_function *to_call, as_object *pThis,
-       as_value& storage, unsigned char stack_in, short stack_out)
+Machine::immediateFunction(const as_function * /*to_call*/,
+        as_object* /*pThis*/, as_value& /*storage*/,
+        unsigned char /*stack_in*/, short /*stack_out*/)
 {
        // TODO: Set up the fn, or remove the need.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]