We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1ffc8 commit 20c8427Copy full SHA for 20c8427
SQLite4Unity3d/SQLite4Unity3d/SQLite.cs
@@ -252,7 +252,9 @@ static byte[] GetNullTerminatedUtf8 (string s)
252
/// Used to list some code that we want the MonoTouch linker
253
/// to see, but that we never want to actually execute.
254
/// </summary>
255
+ #pragma warning disable 649
256
static bool _preserveDuringLinkMagic;
257
+ #pragma warning restore 649
258
259
/// <summary>
260
/// Sets a busy handler to sleep the specified amount of time when a table is locked.
0 commit comments