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-1918-gb0cd0df
Date: Wed, 23 Apr 2014 19:34:59 +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  b0cd0dfcf12b94c56d7b60127c7f900c5f62c122 (commit)
      from  d4dc3fc4ceb7d2c5ceba62566117ae3d92ed80a3 (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=b0cd0dfcf12b94c56d7b60127c7f900c5f62c122


commit b0cd0dfcf12b94c56d7b60127c7f900c5f62c122
Author: Petter Reinholdtsen <address@hidden>
Date:   Wed Apr 23 21:34:40 2014 +0200

    Cast const to key_t to avoid comparing signed and unsigned values.

diff --git a/testsuite/libbase.all/RcTest.cpp b/testsuite/libbase.all/RcTest.cpp
index 4c57f42..ec52e36 100644
--- a/testsuite/libbase.all/RcTest.cpp
+++ b/testsuite/libbase.all/RcTest.cpp
@@ -213,7 +213,7 @@ main (int /*argc*/, char** /*argv*/) {
         runtest.fail ("rc.getWhiteList() doesn't have elements");        
     }
 
-    if (rc.getLCShmKey() == 0xdd3adabd) {
+    if (rc.getLCShmKey() == (key_t)0xdd3adabd) {
         runtest.pass ("rc.getLCShmKey() == 0xabcd1234");
     } else {
         runtest.fail ("rc.getLCShmKey() != 0xabcd1234");

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

Summary of changes:
 testsuite/libbase.all/RcTest.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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