mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
bacnetmstp: fix compiler warnings when building python wrappers
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -656,8 +656,8 @@ namespace upm {
|
||||
|
||||
private:
|
||||
// prevent copying and assignment
|
||||
BACNETMSTP(BACNETMSTP const &) {};
|
||||
BACNETMSTP& operator=(BACNETMSTP const&) {};
|
||||
BACNETMSTP(BACNETMSTP const &) = delete;
|
||||
BACNETMSTP& operator=(BACNETMSTP const&) = delete;
|
||||
|
||||
// our class instance
|
||||
static BACNETMSTP* m_instance;
|
||||
|
Reference in New Issue
Block a user