File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Source/GmmLib/inc/External/Common Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,7 @@ namespace GmmLib
458
458
pPlatform = (GMM_PLATFORM_INFO *)GMM_OVERRIDE_EXPORTED_PLATFORM_INFO (&Surf, GetGmmLibContext ());
459
459
460
460
__GMM_ASSERT (GFX_GET_CURRENT_RENDERCORE (pPlatform->Platform ) >= IGFX_GEN8_CORE);
461
+ GMM_UNREFERENCED_PARAMETER (pPlatform);
461
462
462
463
QPitch = static_cast <uint32_t >(Surf.OffsetInfo .Plane .ArrayQPitch / Surf.Pitch );
463
464
@@ -1066,8 +1067,10 @@ namespace GmmLib
1066
1067
GMM_INLINE_VIRTUAL GMM_INLINE_EXPORTED GMM_GFX_SIZE_T GMM_STDCALL GetUnifiedAuxSurfaceOffset (GMM_UNIFIED_AUX_TYPE GmmAuxType)
1067
1068
{
1068
1069
GMM_GFX_SIZE_T Offset = 0 ;
1069
- const GMM_PLATFORM_INFO *pPlatform;
1070
- pPlatform = (GMM_PLATFORM_INFO *)GMM_OVERRIDE_EXPORTED_PLATFORM_INFO (&Surf, GetGmmLibContext ());
1070
+ const GMM_PLATFORM_INFO *pPlatform;
1071
+ pPlatform = (GMM_PLATFORM_INFO *)GMM_OVERRIDE_EXPORTED_PLATFORM_INFO (&Surf, GetGmmLibContext ());
1072
+ GMM_UNREFERENCED_PARAMETER (pPlatform);
1073
+
1071
1074
if (Surf.Flags .Gpu .UnifiedAuxSurface )
1072
1075
{
1073
1076
if ((GmmAuxType == GMM_AUX_CCS) || (GmmAuxType == GMM_AUX_SURF) || (GmmAuxType == GMM_AUX_Y_CCS)
You can’t perform that action at this time.
0 commit comments