From 36229a2693aa6e7bcb8fa471edf1ab05ee79869a Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 8 Jun 2016 00:58:49 -0400 Subject: WT-2682 add option to configure WiredTiger with strict compiler flags (#2773) Add the --enable-strict option that uses our current best guess at the right flags for strict compilation. While adding the option, expand the set of flags we can compile cleanly with. --- src/block/block_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/block/block_open.c') diff --git a/src/block/block_open.c b/src/block/block_open.c index e58bef30a6d..1603b1574e7 100644 --- a/src/block/block_open.c +++ b/src/block/block_open.c @@ -59,7 +59,7 @@ __wt_block_manager_create( session, filename, tmp->data)); WT_ERR(__wt_msg(session, "unexpected file %s found, renamed to %s", - filename, (char *)tmp->data)); + filename, (const char *)tmp->data)); break; } } -- cgit v1.2.1