MisterRaindrop opened a new issue, #118: URL: https://github.com/apache/iceberg-cpp/issues/118
I’ve noticed some compilation warnings. I understand that it’s normal to have warnings during the ongoing development of the code. However, they’re quite annoying to look at. If they haven’t been fixed, I can take care of them right away. ``` [ 1%] Built target nanoarrow [ 1%] Building CXX object src/iceberg/CMakeFiles/iceberg_shared.dir/catalog/in_memory_catalog.cc.o [ 1%] Building CXX object src/iceberg/CMakeFiles/iceberg_shared.dir/demo.cc.o [ 2%] Building CXX object src/iceberg/CMakeFiles/iceberg_shared.dir/expression/expression.cc.o [ 2%] Building CXX object src/iceberg/CMakeFiles/iceberg_shared.dir/file_reader.cc.o [ 2%] Building CXX object src/iceberg/CMakeFiles/iceberg_shared.dir/json_internal.cc.o /code/src/iceberg/json_internal.cc: In function 'nlohmann::json_abi_v3_11_3::json iceberg::ToJson(const Type&)': /code/src/iceberg/json_internal.cc:480:1: warning: control reaches end of non-void function [-Wreturn-type] 480 | } | ^ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org