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/5d4670cc-0d49-4b43-8d08-d94ae62a7b2e/recipes/vorbis/all/test_package/test_package.cpp: In function ‘int main()’: /home/conan/w/cci_PR-4173/2/5d4670cc-0d49-4b43-8d08-d94ae62a7b2e/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/5d4670cc-0d49-4b43-8d08-d94ae62a7b2e/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.