From 4bfd18986e84a30c48c0720d1d352e284bef2aee Mon Sep 17 00:00:00 2001 From: Yoni Fogel Date: Tue, 16 Apr 2013 23:57:55 -0400 Subject: [PATCH] Addresses #1842 Fix warnings git-svn-id: file:///svn/toku/tokudb@13077 c7de825b-a66e-492c-adef-691d508d4ae1 --- newbrt/leafentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newbrt/leafentry.c b/newbrt/leafentry.c index e564edb61d7..b245136a959 100644 --- a/newbrt/leafentry.c +++ b/newbrt/leafentry.c @@ -407,7 +407,7 @@ u_int32_t le_any_keylen (LEAFENTRY le) { void* any_val_le_committed (u_int32_t UU(keylen), void *UU(key), u_int32_t UU(vallen), void *UU(val)) { return val; } -void* any_val_le_both (TXNID UU(xid), u_int32_t UU(klen), void *UU(kval), u_int32_t UU(clen), void *cval, u_int32_t UU(plen), void *UU(pval)) { +void* any_val_le_both (TXNID UU(xid), u_int32_t UU(klen), void *UU(kval), u_int32_t UU(clen), void *UU(cval), u_int32_t UU(plen), void *pval) { return pval; } void* any_val_le_provdel (TXNID UU(xid), u_int32_t UU(klen), void *UU(kval), u_int32_t UU(clen), void *cval) {