corrected for warnings from Borland.

This commit is contained in:
skarg
2005-05-26 18:53:16 +00:00
parent 3029fed576
commit 58746c2182
8 changed files with 61 additions and 11 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ typedef struct BACnet_Write_Property_Value
{
// NULL - not needed as it is encoded in the tag alone
bool Boolean;
unsigned int Unsigned_Int;
unsigned Unsigned_Int;
int Signed_Int;
float Real;
// Note: if you choose to enable the writing of certain types
@@ -54,7 +54,7 @@ typedef struct BACnet_Write_Property_Value
//uint8_t Octet_String[20];
//char Character_String[20];
//BACNET_BIT_STRING Bit_String
unsigned int Enumerated;
int Enumerated;
BACNET_DATE Date;
BACNET_TIME Time;
struct