diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbeaux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c index 930092fb3..cf0c2ad35 100644 --- a/src/vdbeaux.c +++ b/src/vdbeaux.c @@ -1690,7 +1690,7 @@ int sqlite3VdbeSerialGet( case 7: { /* IEEE floating point */ u64 x; u32 y; -#ifndef NDEBUG +#if !defined(NDEBUG) && !defined(SQLITE_OMIT_FLOATING_POINT) /* Verify that integers and floating point values use the same ** byte order. The byte order differs on some (broken) architectures. */ |