gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1827-g4b022b9
Date: Fri, 10 Jan 2014 12:57:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  4b022b95867a2ea15793344a7d0286e2b70973b3 (commit)
      from  1eaf85f95a8aabb0275447df9500357081bd333a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4b022b95867a2ea15793344a7d0286e2b70973b3


commit 4b022b95867a2ea15793344a7d0286e2b70973b3
Author: Sandro Santilli <address@hidden>
Date:   Fri Jan 10 13:57:02 2014 +0100

    Fix unused variable warning when NDEBUG is undefined
    
    Patch by Petter Reinholdtsen, see bug #41185

diff --git a/libcore/swf/DefineBitsTag.cpp b/libcore/swf/DefineBitsTag.cpp
index a7c8b79..9967921 100644
--- a/libcore/swf/DefineBitsTag.cpp
+++ b/libcore/swf/DefineBitsTag.cpp
@@ -297,10 +297,6 @@ readDefineBitsJpeg(SWFStream& /*in*/, movie_definition& m)
 FileType
 checkFileType(SWFStream& in)
 {
-#ifndef NDEBUG
-    const size_t start = in.tell();
-#endif
-
     const size_t bytes = 3;
     char buf[bytes];
 

-----------------------------------------------------------------------

Summary of changes:
 libcore/swf/DefineBitsTag.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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