address warnings
Some checks failed
BlockStorage/repertory_osx_builds/pipeline/head There was a failure building this commit
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2023-12-10 17:02:02 -06:00
parent d11767776e
commit e652c9956e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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,