@b4n has an insanely long list of compiler settings (referred to in the project as --b4n-pedantic
), but sane people accept -Wall -Wextra
as a compromise, see HACKING
.
Don't change the makefile, set it permanently with configure.
./configure CFLAGS=whatever
or temporarily to make
CFLAGS=whatever make
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.