Fix warnings found by splint (#324)
* Fix warnings found by splint * Ignore Win32 Builder warnings about possible data loss for integers. * Fix Windows build warnings Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -114,8 +114,8 @@ static void bacnet_data_object_store(int index,
|
||||
{
|
||||
BACNET_DATA_OBJECT *object = NULL;
|
||||
|
||||
assert(rp_data);
|
||||
assert(value);
|
||||
assert(rp_data != NULL);
|
||||
assert(value != NULL);
|
||||
if ((index < BACNET_DATA_OBJECT_MAX) && (!value->context_specific)) {
|
||||
object = &Object_Table[index];
|
||||
switch (rp_data->object_property) {
|
||||
|
||||
Reference in New Issue
Block a user