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::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;
|
||||||
|
Reference in New Issue
Block a user