CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4173/2/1a9cb485-06ae-436e-9ae9-daf14c0ee192/recipes/vorbis/all/test_package/test_package.cpp: In function ‘int main()’: /home/conan/w/cci_PR-4173/2/1a9cb485-06ae-436e-9ae9-daf14c0ee192/recipes/vorbis/all/test_package/test_package.cpp:86:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(readbuffer,1,2,stdin); ~~~~~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4173/2/1a9cb485-06ae-436e-9ae9-daf14c0ee192/recipes/vorbis/all/test_package/test_package.cpp:90:12: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(readbuffer,1,6,stdin); ~~~~~^~~~~~~~~~~~~~~~~~~~~~ Done.