2
0
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:
Stefan Seefeld
2016-06-24 17:22:17 -04:00
parent b3e9290599
commit 2e8cd3d8f2
7 changed files with 13 additions and 10 deletions

View File

@@ -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);