Disable error due to warning on iOS.

The explicit warning is benign on iOS but this TU is compiled with warnings as
errors. Explicitly disable the warning in the one sqlite3 TU on iOS.

Change-Id: Iea4974cf9f53373b7c57cfacc06d76f82416cca6
Reviewed-on: https://flutter-review.googlesource.com/c/third_party/sqlite/+/24221
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Chinmay Garde <chinmaygarde@google.com>
1 file changed
tree: f03b081210229f15d07d3ca739b482aa0c230eb2
  1. .gitignore
  2. BUILD.gn
  3. GIT_REVISION
  4. LAST_UPDATE
  5. LICENSE
  6. Makefile
  7. README.md
  8. sqlite3.c
  9. sqlite3.h
  10. VERSION
README.md

SQLite 3.x

This repo contains the amalgamated SQLite sources along with a mechanism to update them from the official mirror in a single step.

To update the amalgamated sources to the latest (along with the VERSION, GIT_REVISION, and, LAST_UPDATE files), run make on a POSIX system and submit the updates to the mirror.

No modifications are made to the amalgamated sources.

The LICENSE file is as present in the list of “unencumbered” licenses. Do NOT modify it.