-- Copying files for testing -- Copying files for testing - done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3422/.conan/data/dataframe/1.12.0/_/_/build/eca6ffad6d7c3bf9ab404b2bdf4e72e52d97f631/source_subfolder/test/dataframe_tester.cc:142:12: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] assert(abs(fut.get().get_result() - 3.2345) < 0.00001); ^ /home/conan/w/cci_PR-3422/.conan/data/dataframe/1.12.0/_/_/build/eca6ffad6d7c3bf9ab404b2bdf4e72e52d97f631/source_subfolder/test/dataframe_tester.cc:142:12: note: use function 'std::abs' instead assert(abs(fut.get().get_result() - 3.2345) < 0.00001); ^~~ std::abs /usr/include/assert.h:93:27: note: expanded from macro 'assert' (static_cast (expr) \ ^ /home/conan/w/cci_PR-3422/.conan/data/dataframe/1.12.0/_/_/build/eca6ffad6d7c3bf9ab404b2bdf4e72e52d97f631/source_subfolder/test/dataframe_tester.cc:147:12: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] assert(::abs(df.visit("dbl_col", dvisitor).get_result() - ^ /home/conan/w/cci_PR-3422/.conan/data/dataframe/1.12.0/_/_/build/eca6ffad6d7c3bf9ab404b2bdf4e72e52d97f631/source_subfolder/test/dataframe_tester.cc:147:12: note: use function 'std::abs' instead assert(::abs(df.visit("dbl_col", dvisitor).get_result() - ^~~~~ std::abs /usr/include/assert.h:93:27: note: expanded from macro 'assert' (static_cast (expr) \ ^ 2 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY dataframe/1.12.0: WARN: dataframe recipe lacks information about the clang compiler standard version support