mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
Suppress more unused typedef warnings.
This commit is contained in:
@@ -38,7 +38,6 @@ void assert_destructions(int n)
|
||||
int main()
|
||||
{
|
||||
assert_destructions(0);
|
||||
typedef int a[2];
|
||||
|
||||
foo* f1 = new foo;
|
||||
boost::python::detail::destroy_referent<foo const volatile&>(f1);
|
||||
|
||||
Reference in New Issue
Block a user