[FastFiles] Fixed compiler warnings
This commit is contained in:
parent
e79350e586
commit
e3151fb155
@ -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);
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user