address warnings
This commit is contained in:
parent
d11767776e
commit
e652c9956e
@ -200,7 +200,7 @@ using WCHAR = wchar_t;
|
|||||||
#define GENERIC_EXECUTE (0x20000000L)
|
#define GENERIC_EXECUTE (0x20000000L)
|
||||||
#define GENERIC_ALL (0x10000000L)
|
#define GENERIC_ALL (0x10000000L)
|
||||||
|
|
||||||
#define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
|
#define INVALID_FILE_ATTRIBUTES static_cast<DWORD>(-1)
|
||||||
|
|
||||||
#define MAX_PATH 260
|
#define MAX_PATH 260
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ const std::string META_SOURCE = "source";
|
|||||||
const std::string META_UID = "uid";
|
const std::string META_UID = "uid";
|
||||||
const std::string META_WRITTEN = "written";
|
const std::string META_WRITTEN = "written";
|
||||||
|
|
||||||
const std::vector<std::string> META_USED_NAMES = {
|
const std::array<std::string, 16U> META_USED_NAMES = {
|
||||||
META_ACCESSED, META_ATTRIBUTES, META_BACKUP, META_CHANGED,
|
META_ACCESSED, META_ATTRIBUTES, META_BACKUP, META_CHANGED,
|
||||||
META_CREATION, META_DIRECTORY, META_GID, META_KEY,
|
META_CREATION, META_DIRECTORY, META_GID, META_KEY,
|
||||||
META_MODE, META_MODIFIED, META_OSXFLAGS, META_PINNED,
|
META_MODE, META_MODIFIED, META_OSXFLAGS, META_PINNED,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user