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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user