Clean up some warnings.

This commit is contained in:
Andrew Johnson
2012-07-06 14:26:20 -05:00
parent dda5e60250
commit 004826e67a
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ MAIN(epicsMessageQueueTest)
epicsThreadGetStackSize(epicsThreadStackMedium),
messageQueueTest, NULL);
epicsEventWait(finished);
(void) epicsEventWait(finished);
return testDone();
}
+9 -8
View File
@@ -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
+1
View File
@@ -20,6 +20,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "dbDefs.h"
#include "epicsPrint.h"