Skip to content

Commit

Permalink
Clear compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LtRipley36706 committed Aug 14, 2024
1 parent 42ce3a0 commit 66cf030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/ACE.DatLoader/Entity/BaseProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void Unpack(BinaryReader reader)
default:
// Should never hit this!
throw new NotImplementedException();
break;
//break;
}


Expand Down
2 changes: 1 addition & 1 deletion Source/ACE.DatLoader/Entity/BasePropertyDesc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class BasePropertyDesc : IUnpackable
PropertyInheritanceType m_inheritanceType;
PropertyDatFileType m_datFileType;
PropertyPropagationType m_propagationType;
PropertyCachingType m_cachingType;
//PropertyCachingType m_cachingType;

public bool m_bRequired;
public bool m_bReadOnly;
Expand Down

0 comments on commit 66cf030

Please sign in to comment.