mirror of
https://github.com/boostorg/config.git
synced 2025-11-02 00:31:53 +01:00
avoid "unused variable" warnings
[SVN r11861]
This commit is contained in:
@@ -24,6 +24,9 @@ int test()
|
||||
typedef ::__type_traits<char>::has_trivial_default_constructor tdc;
|
||||
typedef ::__type_traits<foo_type>::is_POD_type isp;
|
||||
|
||||
(void) &t; // avoid "unused variable" warnings
|
||||
(void) &f;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user