OSCBS-23 Fix PR#1

This commit is contained in:
Mikhail Antropov
2022-06-16 19:34:39 +03:00
parent adbbbeef64
commit 23fb2394c5
4 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -100,6 +100,6 @@ extern int bip_get_local_netmask(
_read_property, _write_property, _RPM_list, \
_RR_info, _iterator, _value_list, _COV, \
_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
+1 -2
View File
@@ -106,8 +106,7 @@
_read_property, _write_property, _RPM_list, \
_RR_info, _iterator, _value_list, _COV, \
_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. */
+1 -1
View File
@@ -41,6 +41,6 @@
_read_property, _write_property, _RPM_list, \
_RR_info, _iterator, _value_list, _COV, \
_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
+1 -8
View File
@@ -70,12 +70,6 @@ and globals in favor of more secure versions. */
#endif
#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
#define inline __inline
#endif
@@ -93,7 +87,6 @@ long int timezone;
_read_property, _write_property, _RPM_list, \
_RR_info, _iterator, _value_list, _COV, \
_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