1.cc: Initialize v.
2007-04-11 Paolo Carlini <pcarlini@suse.de> * testsuite/22_locale/num_get/get/wchar_t/1.cc: Initialize v. From-SVN: r123717
This commit is contained in:
parent
90737ab777
commit
54e2e812fe
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-04-11 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/22_locale/num_get/get/wchar_t/1.cc: Initialize v.
|
||||
|
||||
2007-04-11 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
|
||||
|
|
|
@ -52,7 +52,7 @@ void test01()
|
|||
double d;
|
||||
long double ld1 = 6.630025e+4;
|
||||
long double ld;
|
||||
void* v;
|
||||
void* v = 0;
|
||||
|
||||
// cache the num_get facet
|
||||
wistringstream iss;
|
||||
|
|
Loading…
Add table
Reference in a new issue