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/b4484edf-9adc-4b87-8440-051b1d53bdad/recipes/vorbis/all/test_package/test_package.cpp: In function ‘int main()’: /home/conan/w/cci_PR-4173/2/b4484edf-9adc-4b87-8440-051b1d53bdad/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/b4484edf-9adc-4b87-8440-051b1d53bdad/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.