SWDEV-563777 - further reduce compilation warnings (#2331)

This change resolves some of the warnings generated during clr builds.
Quiet regular output of doxygen.
Disable non-documented warnings of doxygen.

Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
This commit is contained in:
sluzynsk-amd
2026-01-27 20:51:16 +01:00
committed by GitHub
parent b7829db10a
commit f37b100c34
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -753,7 +753,7 @@ Device::Device()
vaCacheAccess_(nullptr),
vaCacheMap_(nullptr),
index_(0) {
memset(&info_, '\0', sizeof(info_));
memset(static_cast<void*>(&info_), '\0', sizeof(info_));
// By default consider just 1 xcc per device
info_.numberOfXccs_ = 1;
}