mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
bacnetmstp: fix -Wreturn-type
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
c63692b5fd
commit
d33e7e532e
@ -831,6 +831,8 @@ string BACNETUTIL::getAllErrorString()
|
|||||||
return string("UPM Error: ") + getUPMErrorString();
|
return string("UPM Error: ") + getUPMErrorString();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return string("Internal Error: Unknown ErrorType");
|
||||||
}
|
}
|
||||||
|
|
||||||
string BACNETUTIL::getDeviceDescription()
|
string BACNETUTIL::getDeviceDescription()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user