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: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2036-g1d65e42
Date: Wed, 21 May 2014 07:56:13 +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  1d65e427f21890c0ccedfafa66fea12ea2b380dd (commit)
      from  759defb2e90b16f75549cd2a380c0c05e269972b (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=1d65e427f21890c0ccedfafa66fea12ea2b380dd


commit 1d65e427f21890c0ccedfafa66fea12ea2b380dd
Author: Petter Reinholdtsen <address@hidden>
Date:   Wed May 21 09:54:40 2014 +0200

    Add space between literal and identifier in __FUNCTION__ define.
    
    This avoid a warning when building with a C++11 compiler.

diff --git a/libbase/log.h b/libbase/log.h
index 962d5bf..d2d5610 100644
--- a/libbase/log.h
+++ b/libbase/log.h
@@ -420,7 +420,7 @@ private:
     #ifndef HAVE_func
         #define dummystr(x) # x
         #define dummyestr(x) dummystr(x)
-        #define __FUNCTION__ __FILE__":"dummyestr(__LINE__)
+        #define __FUNCTION__ __FILE__ ":" dummyestr(__LINE__)
     #else
         #define __FUNCTION__ __func__    
     #endif

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

Summary of changes:
 libbase/log.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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