Compile bug fixes.

This commit is contained in:
whipowill
2022-05-18 15:29:30 -05:00
parent bd2714535a
commit 972735747d
5 changed files with 5 additions and 5 deletions

View File

@@ -346,7 +346,7 @@ inline ByteBuffer& operator<<(ByteBuffer& b, WorldPosition& guidP)
return b;
}
inline ByteBuffer& operator>>(ByteBuffer& b) // additional argument "WorldPosition& g" was unused - whipowill
inline ByteBuffer& operator>>(ByteBuffer& b, [[maybe_unused]] WorldPosition& g) // unused param - whipowill
{
uint32 mapid;
float coord_x;