Clean up some warnings.
This commit is contained in:
@@ -291,7 +291,7 @@ MAIN(epicsMessageQueueTest)
|
||||
epicsThreadGetStackSize(epicsThreadStackMedium),
|
||||
messageQueueTest, NULL);
|
||||
|
||||
epicsEventWait(finished);
|
||||
(void) epicsEventWait(finished);
|
||||
|
||||
return testDone();
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
||||
# Copyright (c) 2012 UChicago Argonne LLC, as Operator of Argonne
|
||||
# National Laboratory.
|
||||
# Copyright (c) 2002 The Regents of the University of California, as
|
||||
# Operator of Los Alamos National Laboratory.
|
||||
@@ -17,10 +17,11 @@ INC += yajl_common.h
|
||||
INC += yajl_gen.h
|
||||
INC += yajl_parse.h
|
||||
# The other yajl_*.h files are for internal use only
|
||||
SRCS += yajl.c
|
||||
SRCS += yajl_alloc.c
|
||||
SRCS += yajl_buf.c
|
||||
SRCS += yajl_encode.c
|
||||
SRCS += yajl_gen.c
|
||||
SRCS += yajl_lex.c
|
||||
SRCS += yajl_parser.c
|
||||
|
||||
Com_SRCS += yajl.c
|
||||
Com_SRCS += yajl_alloc.c
|
||||
Com_SRCS += yajl_buf.c
|
||||
Com_SRCS += yajl_encode.c
|
||||
Com_SRCS += yajl_gen.c
|
||||
Com_SRCS += yajl_lex.c
|
||||
Com_SRCS += yajl_parser.c
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "dbDefs.h"
|
||||
#include "epicsPrint.h"
|
||||
|
||||
Reference in New Issue
Block a user