mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
warning suppression for GCC
[SVN r25446]
This commit is contained in:
@@ -98,7 +98,10 @@ function::function(
|
||||
function_type.ob_type = &PyType_Type;
|
||||
::PyType_Ready(&function_type);
|
||||
}
|
||||
PyObject_INIT(p, &function_type);
|
||||
|
||||
(void)( // warning suppression for GCC
|
||||
PyObject_INIT(p, &function_type)
|
||||
);
|
||||
}
|
||||
|
||||
function::~function()
|
||||
|
||||
Reference in New Issue
Block a user