nixpkgs/pkgs/development/libraries/sqlite
Daniel Nagy 531e121e5b
sqlar: fix build error
Disable warnings to be treated as errors, since otherwise the build
would fail with this message:

```
sqlite3.c: In function 'sqlite3SelectNew':
sqlite3.c:116663:10: error: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-local-addr-Werror=return-local-addr8;;]
116663 |   return pNew;
```
2021-01-16 23:41:00 +01:00
..
archive-version.nix
default.nix sqlite: 3.33.0 -> 3.34.0 2020-12-08 05:36:15 +01:00
sqlar.nix sqlar: fix build error 2021-01-16 23:41:00 +01:00
tools.nix sqldiff, sqlite-analyzer: 3.33.0 -> 3.34.0 2020-12-08 05:36:15 +01:00