mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
WIP: fix some memaccess-class warnings
This commit is contained in:
@@ -498,9 +498,6 @@ const CPUInformation* GetCPUInformation()
|
||||
if ( pi.m_Size == sizeof(pi) )
|
||||
return π
|
||||
|
||||
// Redundant, but just in case the user somehow messes with the size.
|
||||
memset(&pi, 0x0, sizeof(pi));
|
||||
|
||||
// Fill out the structure, and return it:
|
||||
pi.m_Size = sizeof(pi);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user