Skip to content

Commit 20c8427

Browse files
committed
Suppress warning caused by _preserveDuringLinkMagic
1 parent 8e1ffc8 commit 20c8427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQLite4Unity3d/SQLite4Unity3d/SQLite.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ static byte[] GetNullTerminatedUtf8 (string s)
252252
/// Used to list some code that we want the MonoTouch linker
253253
/// to see, but that we never want to actually execute.
254254
/// </summary>
255+
#pragma warning disable 649
255256
static bool _preserveDuringLinkMagic;
257+
#pragma warning restore 649
256258

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

0 commit comments

Comments
 (0)