This commit adds a check for -Wall and -Wextra flags. If those flags are
supported in the compiler, they will be enabled by default. This can help to
catch problematic commits early, as well as giving plenty of work to clean
up areas of the code that need attention.
This commit adds a check for -Wall and -Wextra flags. If those flags are supported in the compiler, they will be enabled by default. This can help to catch problematic commits early, as well as giving plenty of work to clean up areas of the code that need attention.
Signed-off-by: Aaron Conole aconole@bytheb.org