diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index ec32acca7..13a362a85 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -1856,6 +1856,8 @@ static void setCrnlMode(ShellState *p){ }else{ sqlite3_fsetmode(p->out, _O_BINARY); } +#else + UNUSED_PARAMETER(p); #endif } |