This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1afdece4bc89cf0efe1decda254d289c6aaa2baa
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Windows
/
XAudio2
/
Private
History
Tim Smith
9fdfe7cd7e
Fixing PVS 7.7 Issues: warning V1052: Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the 'XYZ' method of the 'FXYZ' class.
...
#rb trivial #jira UE-91644 [CL 14994253 by Tim Smith in ue5-main branch]
2021-01-05 15:39:12 -04:00
..
XAudio2Buffer.cpp
…
XAudio2Device.cpp
Pacified MSVC's static analyzer. Warning C28199 was getting raised due to an implementation detail of UE_LOG(). MS' documentation states that this warning "can be mistaken if the variable is initialized outside of the function" which was the case here for DeviceDetails, which is initialised both by zero-initialisation and the earlier call the GetDeviceDetails().
2020-12-30 06:58:15 -04:00
XAudio2Effects.cpp
…
XAudio2Source.cpp
…
XAudio2Support.h
Fixing PVS 7.7 Issues: warning V1052: Declaring virtual methods in a class marked as 'final' is pointless. Consider inspecting the 'XYZ' method of the 'FXYZ' class.
2021-01-05 15:39:12 -04:00