stonedb icon indicating copy to clipboard operation
stonedb copied to clipboard

feature: improve output msg, warning messages, during compile with c++17 or higher

Open hustjieke opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Resole warning msg during compile stage.

warning: ‘int stonedb::compress::LZ4_compress_forceExtDict(stonedb::compress::LZ4_stream_t*, const char*, char*, int)’ defined but not used [-Wunused-function]
 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int inputSize)
     ^~~~~~~~~~~~~~~~~~~~~~~~~

Describe the solution you'd like

fix the warning msg, output like next:

[ 49%] Building CXX object storage/stonedb/CMakeFiles/stonedb.dir/compress/ppm.cpp.o

Describe alternatives you've considered

Additional context

hustjieke avatar Jun 17 '22 01:06 hustjieke

We should resolve the warnings in stonedb first.

hustjieke avatar Jun 17 '22 01:06 hustjieke