fixed gcc compiler warnings during unit tests.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "bacdcode.h"
|
||||
#include "bacenum.h"
|
||||
#include "config.h" // the custom stuff
|
||||
#include "apdu.h"
|
||||
#include "ai.h" // object list dependency
|
||||
#include "ao.h" // object list dependency
|
||||
#include "wp.h" // write property handling
|
||||
|
||||
@@ -10,6 +10,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_DEVICE -g
|
||||
SRCS = bacdcode.c \
|
||||
bigend.c \
|
||||
bacstr.c \
|
||||
apdu.c \
|
||||
demo/object/device.c \
|
||||
test/ctest.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user