range_access.cc: Avoid -Wall warnings.
2010-08-10 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/23_containers/array/range_access.cc: Avoid -Wall warnings. From-SVN: r163054
This commit is contained in:
parent
5aadb69b90
commit
813c6cdf63
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-08-10 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/23_containers/array/range_access.cc: Avoid -Wall
|
||||
warnings.
|
||||
|
||||
2010-08-10 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Avoid -Wall
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
void
|
||||
test01()
|
||||
{
|
||||
std::array<int, 3> a{1, 2, 3};
|
||||
std::array<int, 3> a{{1, 2, 3}};
|
||||
std::begin(a);
|
||||
std::end(a);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue