mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-16 15:33:41 +08:00
libstdc++.exp (check_v3_target_c_std): Avoid unused variable warnings leading to spurious fails of the test.
2008-07-18 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/lib/libstdc++.exp (check_v3_target_c_std): Avoid unused variable warnings leading to spurious fails of the test. From-SVN: r137961
This commit is contained in:
parent
8b11b59f73
commit
0d3f1ce4e9
@ -1,3 +1,8 @@
|
||||
2008-07-18 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/lib/libstdc++.exp (check_v3_target_c_std): Avoid unused
|
||||
variable warnings leading to spurious fails of the test.
|
||||
|
||||
2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Adjust
|
||||
|
@ -687,7 +687,7 @@ proc check_v3_target_c_std { } {
|
||||
puts $f " int i = std::tr1::isnan(f);"
|
||||
puts $f " "
|
||||
puts $f " using std::wctomb;"
|
||||
puts $f " return 0;"
|
||||
puts $f " return i;"
|
||||
puts $f "}"
|
||||
close $f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user