Looks like number of compile time warnings is quite high
Summary stats on bilding with ignore make errors (with -k):

rpmbuild -ba --with check --with failing_tests geany-plugins.spec --quiet 2>&1 | grep -- \\[-W | sed 's/.*\[//; s/\]//' | sort | uniq -c | sort -nr
    613 -Wdeprecated-declarations
     11 -Wunused-variable
     11 -Wimplicit-function-declaration
      8 -Wunused-result
      7 -Wdiscarded-qualifiers
      6 -Wunused-function
      5 -Wformat=
      1 -Wunused-const-variable=
      1 -Wunused-but-set-variable
      1 -Wincompatible-pointer-types


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/issues/1303/1902074515@github.com>