Skip to content
Snippets Groups Projects
Commit 09445174 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix some warnings from gcc9

Change-Id: Ibedf788290ff0657727f1db735a32ed3ad22f920
parent 71b71b67
No related branches found
Tags EOL_dls2 EOL_dls3
No related merge requests found
...@@ -41,6 +41,7 @@ public: ...@@ -41,6 +41,7 @@ public:
FPGATime fpga_time() const; FPGATime fpga_time() const;
ContainerTicket(ContainerTicket const& other); ContainerTicket(ContainerTicket const& other);
ContainerTicket& operator=(ContainerTicket const& other) = default;
~ContainerTicket(); ~ContainerTicket();
private: private:
...@@ -84,6 +85,7 @@ public: ...@@ -84,6 +85,7 @@ public:
FPGATime fpga_time() const; FPGATime fpga_time() const;
ContainerVectorTicket(ContainerVectorTicket const& other); ContainerVectorTicket(ContainerVectorTicket const& other);
ContainerVectorTicket& operator=(ContainerVectorTicket const& other) = default;
~ContainerVectorTicket(); ~ContainerVectorTicket();
private: private:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment