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:
Paolo Carlini 2008-07-18 18:40:53 +00:00 committed by Paolo Carlini
parent 8b11b59f73
commit 0d3f1ce4e9
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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