cleaned up warnings and build of unit tests

This commit is contained in:
skarg
2013-03-13 22:34:08 +00:00
parent e042ae4dea
commit bc1017ee60
4 changed files with 12 additions and 4 deletions
+9
View File
@@ -783,6 +783,15 @@ bool Multistate_Input_Write_Property(
#include <string.h>
#include "ctest.h"
bool Device_Valid_Object_Name(
BACNET_CHARACTER_STRING * object_name,
int *object_type,
uint32_t * object_instance)
{
return true;
}
bool WPValidateArgType(
BACNET_APPLICATION_DATA_VALUE * pValue,
uint8_t ucExpectedTag,