37547.cc: Return void to avoid warnings.

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.

From-SVN: r140608
This commit is contained in:
Chris Fairles 2008-09-23 18:24:20 +00:00
parent 47cd155763
commit b6a9bc4d4e
4 changed files with 9 additions and 3 deletions

View File

@ -17,6 +17,12 @@
* testsuite/23_containers/bitset/cons/dr396.cc: Add.
* testsuite/23_containers/bitset/to_string/dr396.cc: Likewise.
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

View File

@ -23,7 +23,7 @@
#include <testsuite_hooks.h>
// libstdc++/37547
int test01()
void test01()
{
bool test __attribute__((unused)) = true;

View File

@ -23,7 +23,7 @@
#include <testsuite_hooks.h>
// libstdc++/37547
int test01()
void test01()
{
bool test __attribute__((unused)) = true;

View File

@ -23,7 +23,7 @@
#include <testsuite_hooks.h>
// libstdc++/37547
int test01()
void test01()
{
bool test __attribute__((unused)) = true;