Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fixed a warning: member referenced before initialized (#2433).
CPacket::m_nHeader is default-initialized. But GCC12 produces a warning.
- Loading branch information