Disable warning
This commit is contained in:
parent
8aa157f2f6
commit
52d3b9cb67
@ -45,7 +45,9 @@ namespace DataLayer
|
|||||||
|
|
||||||
//This field is now unused, however, there is little sense in adding a
|
//This field is now unused, however, there is little sense in adding a
|
||||||
//database migration to remove an unused field. Leave it for compatibility.
|
//database migration to remove an unused field. Leave it for compatibility.
|
||||||
|
#pragma warning disable CS0649 // Field 'Book._audioFormat' is never assigned to, and will always have its default value 0
|
||||||
internal long _audioFormat;
|
internal long _audioFormat;
|
||||||
|
#pragma warning restore CS0649
|
||||||
|
|
||||||
// mutable
|
// mutable
|
||||||
public string PictureId { get; set; }
|
public string PictureId { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user