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-1926-g1bfc147
Date: Thu, 24 Apr 2014 11:20:06 +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  1bfc147444992f18d4015f4c9da264fc56b9f274 (commit)
      from  14995412c24adccd4577f1c3d12961c38eac86a4 (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=1bfc147444992f18d4015f4c9da264fc56b9f274


commit 1bfc147444992f18d4015f4c9da264fc56b9f274
Author: Petter Reinholdtsen <address@hidden>
Date:   Thu Apr 24 13:19:58 2014 +0200

    Add missing return values to main() function.

diff --git a/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp 
b/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp
index a21d088..f6464f9 100644
--- a/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp
+++ b/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp
@@ -133,5 +133,6 @@ trymain(int /*argc*/, char** /*argv*/)
         getObject(root)->get_member(getURI(vm, "endoftest"), &eot);
     check(endOfTestFound);
 
+    return EXIT_SUCCESS;
 }
 
diff --git a/testsuite/misc-ming.all/sound/streamingSoundTest1-Runner.cpp 
b/testsuite/misc-ming.all/sound/streamingSoundTest1-Runner.cpp
index e48d1e2..4dd1639 100644
--- a/testsuite/misc-ming.all/sound/streamingSoundTest1-Runner.cpp
+++ b/testsuite/misc-ming.all/sound/streamingSoundTest1-Runner.cpp
@@ -88,5 +88,6 @@ trymain(int /*argc*/, char** /*argv*/)
         check_equals(tester.soundsStopped(), 1);
     }
 
+    return EXIT_SUCCESS;
 }
 
diff --git a/testsuite/misc-ming.all/sound/streamingSoundTest2-Runner.cpp 
b/testsuite/misc-ming.all/sound/streamingSoundTest2-Runner.cpp
index f4a81e5..2bd498d 100644
--- a/testsuite/misc-ming.all/sound/streamingSoundTest2-Runner.cpp
+++ b/testsuite/misc-ming.all/sound/streamingSoundTest2-Runner.cpp
@@ -75,5 +75,6 @@ trymain(int /*argc*/, char** /*argv*/)
         check_equals(tester.streamingSound(), true);
     }
 
+    return EXIT_SUCCESS;
 }
 

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

Summary of changes:
 .../misc-ming.all/sound/eventSoundTest1-Runner.cpp |    1 +
 .../sound/streamingSoundTest1-Runner.cpp           |    1 +
 .../sound/streamingSoundTest2-Runner.cpp           |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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