mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
ci: fix clang warnings
This commit is contained in:
committed by
Henry Schreiner
parent
6a80171c42
commit
e428a7f6b8
@@ -46,6 +46,7 @@ TEST_SUBMODULE(call_policies, m) {
|
||||
class Parent {
|
||||
public:
|
||||
Parent() { py::print("Allocating parent."); }
|
||||
Parent(const Parent& parent) = default;
|
||||
~Parent() { py::print("Releasing parent."); }
|
||||
void addChild(Child *) { }
|
||||
Child *returnChild() { return new Child(); }
|
||||
|
||||
Reference in New Issue
Block a user