mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
avoid g++ -Wall -W "unused parameter" warnings
[SVN r32373]
This commit is contained in:
@@ -23,7 +23,7 @@ object new_array()
|
||||
}
|
||||
|
||||
// test argument conversion
|
||||
void take_array(numeric::array x)
|
||||
void take_array(numeric::array /*x*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user