> On Jan 8, 2023, at 11:59 AM, Omar Polo <o...@omarpolo.com> wrote:
> 
> On 2023/01/08 16:25:16 +0100, Jérémie Courrèges-Anglas <j...@wxcvbn.org> 
> wrote:
>> https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/fnc.txt
> 
> fails building the bundled sqlite3 copy because of:
> 
> : lib/sqlite3.c:57910:7: error: variable 'nUri' set but not used 
> [-Werror,-Wunused-but-set-variable]
> :   int nUri = 0;            /* Number of URI parameters */
> :       ^
> : 1 error generated.
> 
> don't have the newer clang here yet but this should fix the build.
> 
> ok?


Instead of removing error, would turning off the specific check work instead? 
ie. Add

-Wno-unused-but-set-variable

Reply via email to