ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ../source_subfolder/frontend/get_audio.c: In function ‘read_32_bits_high_low’: ../source_subfolder/frontend/get_audio.c:186:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 186 | fread(bytes, 1, 4, fp); | ^~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/frontend/get_audio.c: In function ‘read_16_bits_low_high’: ../source_subfolder/frontend/get_audio.c:147:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 147 | fread(bytes, 1, 2, fp); | ^~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/frontend/get_audio.c: In function ‘read_32_bits_low_high’: ../source_subfolder/frontend/get_audio.c:160:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 160 | fread(bytes, 1, 4, fp); | ^~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/frontend/get_audio.c: In function ‘read_16_bits_high_low’: ../source_subfolder/frontend/get_audio.c:174:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 174 | fread(bytes, 1, 2, fp); | ^~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/frontend/get_audio.c: In function ‘read_ieee_extended_high_low’: ../source_subfolder/frontend/get_audio.c:115:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 115 | fread(bytes, 1, 10, fp); | ^~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY