summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-03-18 19:27:53 -0400
committerKeith Bostic <keith@wiredtiger.com>2016-03-18 19:27:53 -0400
commit9c35479f976c78954e2295c1141cec89fd82886b (patch)
treeaf55e8f96c31be76f7b021ded6870a9b8e4b6177 /examples
parent79fa34908c19d2733869930eb49d19391a07ab94 (diff)
downloadmongo-9c35479f976c78954e2295c1141cec89fd82886b.tar.gz
WT-2330: in-memory configurations should not create on-disk collection files
old-style function definition
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_event_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/ex_event_handler.c b/examples/c/ex_event_handler.c
index ba6807cd56d..d1e08edb04d 100644
--- a/examples/c/ex_event_handler.c
+++ b/examples/c/ex_event_handler.c
@@ -90,7 +90,7 @@ handle_wiredtiger_message(
/*! [Function event_handler] */
static int
-config_event_handler()
+config_event_handler(void)
{
WT_CONNECTION *conn;
WT_SESSION *session;