[SWDEV-499995] ESMI Build/Compiler warnings messages (#105)

* [SWDEV-499995] ESMI Build/Compiler warnings messages

Signed-off-by: Deepak Mewar <deepak.mewar@amd.com>
This commit is contained in:
Mewar, Deepak
2025-02-19 03:50:28 +05:30
committato da GitHub
parent 1b9841450a
commit 2c591ffcc1
3 ha cambiato i file con 6 aggiunte e 6 eliminazioni
+2 -2
Vedi File
@@ -38,11 +38,11 @@
namespace amd {
namespace smi {
void closedir(DIR* /*ptr*/) {}
std::string AMDSmiDrm::find_file_in_folder(const std::string& folder,
const std::string& regex) {
std::string file_name;
// TODO: The closedir function has some non-standard attributes that are being ignored here
// which is causing a warning to be thrown
using dir_ptr = std::unique_ptr<DIR, decltype(&closedir)>;
struct dirent *dir = nullptr;