From 9f0de3b916caa03a5073dcb7db0842f14a07d0ba Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Tue, 14 Sep 2021 18:20:44 -0700 Subject: [PATCH] Fixes for toolchain 19.28.29913.0 Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- .../RHI/DX12/Code/Source/Platform/Windows/RHI/DX12_Windows.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gems/Atom/RHI/DX12/Code/Source/Platform/Windows/RHI/DX12_Windows.h b/Gems/Atom/RHI/DX12/Code/Source/Platform/Windows/RHI/DX12_Windows.h index 85b782aa6b..2eef783932 100644 --- a/Gems/Atom/RHI/DX12/Code/Source/Platform/Windows/RHI/DX12_Windows.h +++ b/Gems/Atom/RHI/DX12/Code/Source/Platform/Windows/RHI/DX12_Windows.h @@ -16,7 +16,10 @@ #include #include + +AZ_PUSH_DISABLE_WARNING(4265, "-Wunknown-warning-option") // class has virtual functions, but its non-trivial destructor is not virtual; #include +AZ_POP_DISABLE_WARNING #include #include