@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 ```