Looks like number of compile time warnings is quite high
Summary stats on bilding with ignore make errors (with -k):
```console
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 or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1303#issuecomment-1902074515
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/1303/[email protected]>

Reply via email to