mmitch / gbsplay

gameboy sound player

Home Page:https://mmitch.github.io/gbsplay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verbose build

alexmyczko opened this issue · comments

configure --enable-verbosebuild was completed with commit 000d58c
We (like always…) have not done a release yet, but if the Debian package would be updated to the current git master, the flag would be available.

The build still misses the --enable-verbosebuild flag ;-)

But I can reproduce the problems with ./configure CFLAGS="-Wformat -Werror=format-security -Wall -pedantic".

  1. I'll try to add those flags to our CI build so that we notice when things like that happen (again).
  2. I'll try to fix the warnings/errors/problems.

Thanks for the report!

I have added CFLAGS="-Wformat -Werror=format-security -Wall -pedantic" to the CI build on Linux.
As expected, the build then failed.

Commit a5561f5 fixed the error that broke the build.
I have also fixed some other warnings while a small number of warnings is still left.

Please try a new build of the Debian package against the current master.