summaryrefslogtreecommitdiff
path: root/src/cursor/cur_std.c
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-12-22 22:58:28 -0500
committerMichael Cahill <michael.cahill@mongodb.com>2016-12-23 14:58:28 +1100
commit0605d628342faaaeb5fea7c6f816dda151c412f4 (patch)
treeb7b79f9f8d011bde76103509ee45391ef82273a7 /src/cursor/cur_std.c
parent20348a7afc0fb5a8dc888fd4c9885f07d70109ee (diff)
downloadmongo-0605d628342faaaeb5fea7c6f816dda151c412f4.tar.gz
WT-3092 Quiet a warning from autogen.sh (#3211)
Diffstat (limited to 'src/cursor/cur_std.c')
-rw-r--r--src/cursor/cur_std.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cursor/cur_std.c b/src/cursor/cur_std.c
index 6264de89df9..7ace6d49cf0 100644
--- a/src/cursor/cur_std.c
+++ b/src/cursor/cur_std.c
@@ -144,6 +144,7 @@ __wt_cursor_set_notsup(WT_CURSOR *cursor)
*/
int
__wt_cursor_kv_not_set(WT_CURSOR *cursor, bool key)
+ WT_GCC_FUNC_ATTRIBUTE((cold))
{
WT_SESSION_IMPL *session;