forked from boostorg/config
Suppress warnings in gcc-3.4
[SVN r21492]
This commit is contained in:
@@ -33,7 +33,7 @@ int test()
|
||||
std::isalpha(c);
|
||||
std::ispunct(c);
|
||||
#endif
|
||||
std::strlen(&c);
|
||||
(void)std::strlen(&c);
|
||||
std::clock();
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user