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:
@@ -186,6 +186,7 @@ BFLAGS += -DMAX_ADDRESS_CACHE=32
|
||||
BFLAGS += -DMAX_ANALOG_INPUTS=8
|
||||
BFLAGS += -DBACNET_PROTOCOL_REVISION=9
|
||||
BFLAGS += -DBACAPP_MINIMAL
|
||||
BFLAGS += -DBACNET_USE_DOUBLE=0
|
||||
ifeq (${LEGACY},true)
|
||||
# disable deprecated function warnings for legacy builds
|
||||
BFLAGS += -DBACNET_STACK_DEPRECATED_DISABLE
|
||||
|
||||
Reference in New Issue
Block a user