Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore sqlite.c warnings in xcode #569

Closed
wants to merge 1 commit into from
Closed

Ignore sqlite.c warnings in xcode #569

wants to merge 1 commit into from

Conversation

cjpearson
Copy link

No description provided.

@brody4hire
Copy link

Thanks @cjpearson, I just saw this. I will try adding the -w flag for iOS and macOS ("osx") builds when I get a chance (other flags have changed).

brody4hire pushed a commit to brody4hire/Cordova-sqlite-storage-common-dev that referenced this pull request Nov 7, 2017
brody4hire pushed a commit to brody4hire/Cordova-sqlite-storage-common-dev that referenced this pull request Nov 8, 2017
@brody4hire
Copy link

Flag now included, thanks again!

@brody4hire brody4hire closed this Nov 8, 2017
@brody4hire brody4hire mentioned this pull request Nov 8, 2017
32 tasks
brody4hire pushed a commit to brody4hire/cordova-sqlite-ext that referenced this pull request Dec 21, 2017
- SQLITE_THREADSAFE=2 on iOS as well as macOS (SQLITE_THREADSAFE=1 on
  Android/Windows) to avoid possible malformed database due to
  multithreaded access ref: storesafe/cordova-sqlite-storage#703
- Suppress warnings for sqlite3.c on iOS/macOS
  Thanks again to @cjpearson for the suggestion in
  storesafe/cordova-sqlite-storage#569
- Some additional iOS build flag updates in this plugin version
brody4hire pushed a commit to brody4hire/cordova-sqlite-evplus-legacy-attach-detach-free that referenced this pull request Jan 2, 2018
…fore merge

    - SQLITE_THREADSAFE=2 on iOS & macOS (SQLITE_THREADSAFE=1 on
      Windows) to avoid possible malformed database due to multithreaded
      access ref: storesafe/cordova-sqlite-storage#703
    - Suppress warnings for sqlite3.c on iOS/macOS
      Thanks again to @cjpearson for the suggestion in
      storesafe/cordova-sqlite-storage#569
    - Some additional iOS/macOS/Windows build flag updates
      in this plugin version
    - Document sqlite (3.8.10.2) build settings
brody4hire pushed a commit to cbforks/cordova-sqlite-evcore-legacy-ext-common-free-dev that referenced this pull request Jan 7, 2018
Merge branch 'cordova-sqlite-legacy-core' into evcore-common-master

cordova-sqlite-evcore-common-free compile-time option
fixes for iOS/macOS included:
- Suppress warnings for sqlite3.c on iOS/macOS
  Thanks again to @cjpearson for the suggestion in
  storesafe/cordova-sqlite-storage#569
- Remove unwanted SQLITE_OMIT_BUILTIN_TEST (iOS/macOS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants