mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-06 20:13:51 +03: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