mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
bacnetmstp: fix compiler warnings when building python wrappers
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
64b142ecf3
commit
7e64848146
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user