diff --git a/libpkg/data/storage.cpp b/libpkg/data/storage.cpp index 57c9752..7ae69ba 100644 --- a/libpkg/data/storage.cpp +++ b/libpkg/data/storage.cpp @@ -1,3 +1,6 @@ +// ignore warning about "return result_type{ storageEntry.id, storageEntry.ref.relatedStorage };" +#pragma GCC diagnostic ignored "-Wnull-dereference" + #include "./storageprivate.h" #include