aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vdbeaux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index b3f8278eb..e07aacbca 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -3380,6 +3380,8 @@ static void vdbeAssertFieldCountWithinLimits(
}
assert( nField <= pKeyInfo->nField+pKeyInfo->nXField );
}
+#else
+# define vdbeAssertFieldCountWithinLimits(A,B,C)
#endif
/*