2008-09-23 Chris Fairles <cfairles@gcc.gnu.org>
authorcfairles <cfairles@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2008 18:24:20 +0000 (18:24 +0000)
committercfairles <cfairles@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2008 18:24:20 +0000 (18:24 +0000)
        * testsuite/25_algorithms/min/37547.cc: Return void to avoid warnings.
        * testsuite/25_algorithms/max/37547.cc: Likewise.
        * testsuite/25_algorithms/minmax/37547.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140608 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/25_algorithms/max/37547.cc
libstdc++-v3/testsuite/25_algorithms/min/37547.cc
libstdc++-v3/testsuite/25_algorithms/minmax/37547.cc

index 1646262..d916fc9 100644 (file)
 
 2008-09-23  Chris Fairles <cfairles@gcc.gnu.org>
 
+       * testsuite/25_algorithms/min/37547.cc: Return void to avoid warnings.
+       * testsuite/25_algorithms/max/37547.cc: Likewise.
+       * testsuite/25_algorithms/minmax/37547.cc: Likewise.
+
+2008-09-23  Chris Fairles <cfairles@gcc.gnu.org>
+
        * include/std/chrono: If _GLIBCXX_USE_MONOTONIC_CLOCK is defined, don't
        typedef monotonic_clock to system_clock and instead declare new class.
        * src/chrono.cc: Conditionally define monotonic_clock::now().
index 233804c..0eca3d8 100644 (file)
@@ -23,7 +23,7 @@
 #include <testsuite_hooks.h>
 
 // libstdc++/37547
-int test01()
+void test01()
 {
   bool test __attribute__((unused)) = true;
 
index 5d0ffd4..903cb36 100644 (file)
@@ -23,7 +23,7 @@
 #include <testsuite_hooks.h>
 
 // libstdc++/37547
-int test01()
+void test01()
 {
   bool test __attribute__((unused)) = true;
 
index 21de390..d89205d 100644 (file)
@@ -23,7 +23,7 @@
 #include <testsuite_hooks.h>
 
 // libstdc++/37547
-int test01()
+void test01()
 {
   bool test __attribute__((unused)) = true;