get rid of some warnings

This commit is contained in:
ouwou
2020-12-22 02:35:57 -05:00
parent 81d3ab2f86
commit 09f40cf9a9
6 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include "abaddon.hpp"
#include "filecache.hpp"
#include "murmurhash3.h"
#include "MurmurHash3.h"
Cache::Cache() {
m_tmp_path = std::filesystem::temp_directory_path() / "abaddon-cache";