Cleanup various lints and warnings

This commit is contained in:
2025-10-08 22:23:54 -06:00
parent 9cd15e9be8
commit 3078cef12b
9 changed files with 77 additions and 45 deletions

View File

@@ -14,7 +14,7 @@
#include <optional>
#define PIO_APC_ROUTINE void *
using PIO_APC_ROUTINE = void *;
typedef struct _IO_STATUS_BLOCK {
union {
@@ -109,7 +109,7 @@ std::string windowsImagePathFor(const ProcessHandleDetails &details) {
if (!ec) {
return files::pathToWindows(files::canonicalPath(resolved));
}
return std::string();
return {};
}
} // namespace