Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/SQLite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ static byte[] GetNullTerminatedUtf8 (string s)
/// Used to list some code that we want the MonoTouch linker
/// to see, but that we never want to actually execute.
/// </summary>
#pragma warning disable 649 // value assigned but never used
static bool _preserveDuringLinkMagic;
#pragma warning restore 649

/// <summary>
/// Sets a busy handler to sleep the specified amount of time when a table is locked.
Expand Down