mirror of
https://github.com/decompals/wibo.git
synced 2025-12-14 15:46:11 +00:00
Cleanup various lints and warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user