Fixed ports/xplained conversion of double warning. (#1004)
* Fixed ports/xplained conversion of double warning. * Fixed BACNET_USE_DOUBLE usage in AVR ports. * Fixed integer out-of-range in AVR port. * Fixed missing function prototype for whois_request_encode().
This commit is contained in:
@@ -378,9 +378,11 @@ static const int Properties_BACnetARRAY[] = {
|
||||
PROP_EXCEPTION_SCHEDULE,
|
||||
PROP_TAGS,
|
||||
PROP_ISSUER_CERTIFICATE_FILES,
|
||||
PROP_SC_HUB_FUNCTION_ACCEPT_URIS,
|
||||
PROP_NEGATIVE_ACCESS_RULES,
|
||||
PROP_POSITIVE_ACCESS_RULES,
|
||||
#if (INT_MAX > 0xFFFF)
|
||||
PROP_SC_HUB_FUNCTION_ACCEPT_URIS,
|
||||
#endif
|
||||
-1
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user