OSCBS-23 Fix PR#1
This commit is contained in:
+1
-1
@@ -100,6 +100,6 @@ extern int bip_get_local_netmask(
|
|||||||
_read_property, _write_property, _RPM_list, \
|
_read_property, _write_property, _RPM_list, \
|
||||||
_RR_info, _iterator, _value_list, _COV, \
|
_RR_info, _iterator, _value_list, _COV, \
|
||||||
_COV_clear, _intrinsic_reporting) \
|
_COV_clear, _intrinsic_reporting) \
|
||||||
/*TODO Add compile error "Unsupported BACNET_OBJECT_TABLE for this platform." */
|
static_assert(false, "Unsupported BACNET_OBJECT_TABLE for this platform")
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -106,8 +106,7 @@
|
|||||||
_read_property, _write_property, _RPM_list, \
|
_read_property, _write_property, _RPM_list, \
|
||||||
_RR_info, _iterator, _value_list, _COV, \
|
_RR_info, _iterator, _value_list, _COV, \
|
||||||
_COV_clear, _intrinsic_reporting) \
|
_COV_clear, _intrinsic_reporting) \
|
||||||
/*TODO Add compile error "Unsupported BACNET_OBJECT_TABLE for this platform." */
|
static_assert(false, "Unsupported BACNET_OBJECT_TABLE for this platform")
|
||||||
|
|
||||||
|
|
||||||
/** @file linux/bacport.h Includes Linux network headers. */
|
/** @file linux/bacport.h Includes Linux network headers. */
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,6 @@
|
|||||||
_read_property, _write_property, _RPM_list, \
|
_read_property, _write_property, _RPM_list, \
|
||||||
_RR_info, _iterator, _value_list, _COV, \
|
_RR_info, _iterator, _value_list, _COV, \
|
||||||
_COV_clear, _intrinsic_reporting) \
|
_COV_clear, _intrinsic_reporting) \
|
||||||
/*TODO Add compile error "Unsupported BACNET_OBJECT_TABLE for this platform." */
|
static_assert(false, "Unsupported BACNET_OBJECT_TABLE for this platform")
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -70,12 +70,6 @@ and globals in favor of more secure versions. */
|
|||||||
#endif
|
#endif
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
|
|
||||||
#if defined(__BORLANDC__) || defined(_WIN32)
|
|
||||||
/* seems to not be defined in time.h as specified by The Open Group */
|
|
||||||
/* difference from UTC and local standard time */
|
|
||||||
long int timezone;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define inline __inline
|
#define inline __inline
|
||||||
#endif
|
#endif
|
||||||
@@ -93,7 +87,6 @@ long int timezone;
|
|||||||
_read_property, _write_property, _RPM_list, \
|
_read_property, _write_property, _RPM_list, \
|
||||||
_RR_info, _iterator, _value_list, _COV, \
|
_RR_info, _iterator, _value_list, _COV, \
|
||||||
_COV_clear, _intrinsic_reporting) \
|
_COV_clear, _intrinsic_reporting) \
|
||||||
/*TODO Add compile error "Unsupported BACNET_OBJECT_TABLE for this platform." */
|
static_assert(false, "Unsupported BACNET_OBJECT_TABLE for this platform")
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user