OSCBS-23 Fix PR#1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user