D3D12: Fix warn-on-error for unused parameter

Amends 445fb40081c870c0a9b1c1c3cf27b20fdd36a531

Change-Id: Iee3eaffcb7fbbdb3cec8020ee7c9280d52faa0a2
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
(cherry picked from commit 54824e7d2bf1066014f4e6f3bb3c2a9535435779)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mårten Nordheim 2023-12-11 15:13:46 +01:00 committed by Qt Cherry-pick Bot
parent 273c96a941
commit 47ae5f9178

View File

@ -4812,6 +4812,7 @@ bool QD3D12ShaderResourceBindings::create()
void QD3D12ShaderResourceBindings::updateResources(UpdateFlags flags)
{
Q_UNUSED(flags);
generation += 1;
}