Suppress warnings in gcc-3.4

[SVN r21492]
This commit is contained in:
Dave Abrahams
2004-01-05 11:35:13 +00:00
parent 570538a303
commit ca04d5e1eb

View File

@@ -33,7 +33,7 @@ int test()
std::isalpha(c); std::isalpha(c);
std::ispunct(c); std::ispunct(c);
#endif #endif
std::strlen(&c); (void)std::strlen(&c);
std::clock(); std::clock();
return 0; return 0;