testsuite_hooks.h (__set_testsuite_memlimit): Add dummy default argument to the non-limit implementation.
* testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Add dummy default argument to the non-limit implementation. From-SVN: r44775
This commit is contained in:
parent
894aeeb0d6
commit
b5e58904ae
@ -1,3 +1,8 @@
|
||||
2001-08-10 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Add
|
||||
dummy default argument to the non-limit implementation.
|
||||
|
||||
2001-08-10 Gunter Winkler gunter.winkler@mathematik.tu-chemnitz.de
|
||||
|
||||
* include/bits/std_complex.h (complex<long double>::operator*=,
|
||||
|
@ -59,7 +59,7 @@
|
||||
|
||||
// Don't do memory limits.
|
||||
void
|
||||
__set_testsuite_memlimit(float)
|
||||
__set_testsuite_memlimit(float x = 0)
|
||||
{ }
|
||||
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user