mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
47cd155763
commit
b6a9bc4d4e
@ -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
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/37547
|
||||
int test01()
|
||||
void test01()
|
||||
{
|
||||
bool test __attribute__((unused)) = true;
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/37547
|
||||
int test01()
|
||||
void test01()
|
||||
{
|
||||
bool test __attribute__((unused)) = true;
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/37547
|
||||
int test01()
|
||||
void test01()
|
||||
{
|
||||
bool test __attribute__((unused)) = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user