troldal / OpenXLSX

A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
BSD 3-Clause "New" or "Revised" License
1.37k stars 333 forks source link

There are many warnings about IZipArchive.hpp in the build project. How can I remove these warnings #290

Open Cici-first opened 6 days ago

Cici-first commented 6 days ago

build message like that "OpenXLSX/headers/IZipArchive.hpp:246:33: warning: inline function 'virtual bool OpenXLSX::IZipArchive::Concept::hasEntry(const string&)' used but never defined inline virtual bool hasEntry(const std::string& entryName) = 0;"

aral-matrix commented 5 days ago

I assume you are on Windows and using cmake? It sounds like you use a configuration that differs from all other users that have given feedback, because this is the first time I hear someone having that problem. We'd need some more info about your configuration, and unfortunately I will need the help of someone with a Windows system (if that's what you are using) to test, because I only use Linux.