[FastFiles] Fixed compiler warnings

This commit is contained in:
RektInator 2018-12-24 22:19:40 +01:00
parent e79350e586
commit e3151fb155
2 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ namespace Components
}
#endif
void FastFiles::Load_XSurfaceArray(int atStreamStart, int count)
void FastFiles::Load_XSurfaceArray(int atStreamStart, int /*count*/)
{
// read the actual count from the varXModelSurfs ptr
auto surface = *reinterpret_cast<Game::XModelSurfs**>(0x0112A95C);

View File

@ -4756,7 +4756,7 @@ namespace Game
R_RENDERTARGET_NONE = 0xD,
};
struct __declspec(align(16)) GfxCmdBufState
struct /*__declspec(align(16))*/ GfxCmdBufState
{
char refSamplerState[16];
unsigned int samplerState[16];