gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11554: Tiny cleanup


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11554: Tiny cleanup
Date: Thu, 08 Oct 2009 21:53:02 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11554
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Thu 2009-10-08 21:53:02 +0200
message:
  Tiny cleanup
modified:
  libcore/vm/VM.cpp
=== modified file 'libcore/vm/VM.cpp'
--- a/libcore/vm/VM.cpp 2009-10-07 08:06:47 +0000
+++ b/libcore/vm/VM.cpp 2009-10-08 19:53:02 +0000
@@ -351,7 +351,7 @@
 }
 
 as_value
-newLessThan(const as_value& op1, const as_value& op2, VM& vm)
+newLessThan(const as_value& op1, const as_value& op2, VM& /* vm */)
 {
 
     as_value operand1(op1);


reply via email to

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