Test case compiler warning fix
This commit is contained in:
parent
e2b6de8a03
commit
b59feff9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
%inline %{
|
||||
#include <iostream>
|
||||
struct XXX {
|
||||
XXX(int value) : value(value) {
|
||||
XXX(int v) : value(v) {
|
||||
if (debug) std::cout << "Default Constructor " << value << " " << this << std::endl;
|
||||
count++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue