Snippets for amsynth 1.13.4 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/amsynth/1.13.4/6.fc45/data/logs/x86_64/build.log.
-
src/lash.c:120:41: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 120 | asprintf(&filename, "%s/bank", lash_event_get_string(event)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/lash.c:124:41: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | asprintf(&filename, "%s/preset_number", lash_event_get_string(event)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/lash.c:137:41: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 137 | asprintf(&filename, "%s/bank", lash_event_get_string(event)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/lash.c:141:41: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 141 | asprintf(&filename, "%s/preset_number", lash_event_get_string(event)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/alsa/seq_event.h:30:2: warning: #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Wcpp] 30 | #warning "use #include <alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" | ^~~~~~~ -
src/PresetController.h:32:8: warning: inlining failed in call to '__ct_comp ': --param max-inline-insns-single limit reached [-Winline] 32 | struct BankInfo { | ^