Fix warning and improve description of ignore_parameter test

See https://github.com/swig/swig/pull/2205#issuecomment-1052648190
This commit is contained in:
Seth R Johnson 2022-02-26 19:48:54 -05:00 committed by Olly Betts
commit f4e2a4feee
3 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,7 @@ check(car.astonmartin("foo", 1), 101)
check(car.bugatti("bar", 2), 8.8)
check(car.lamborghini(), 101)
check(car.maseratti(289), 289)
check(car.audi(), 8.8) # Typemap overrides default argument
MiniCooper(200, 0)
MorrisMinor("baz", 0)