mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +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:
|
private:
|
||||||
// prevent copying and assignment
|
// prevent copying and assignment
|
||||||
BACNETMSTP(BACNETMSTP const &) {};
|
BACNETMSTP(BACNETMSTP const &) = delete;
|
||||||
BACNETMSTP& operator=(BACNETMSTP const&) {};
|
BACNETMSTP& operator=(BACNETMSTP const&) = delete;
|
||||||
|
|
||||||
// our class instance
|
// our class instance
|
||||||
static BACNETMSTP* m_instance;
|
static BACNETMSTP* m_instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user