esnacc / esnacc-ng

A continuation of the Enhanced SNACC ASN.1 compiler - See http://mail.esnacc.org/mailman/listinfo/dev
http://esnacc.org
GNU General Public License v2.0
32 stars 30 forks source link

automake: Add warnings by default #25

Closed apconole closed 8 years ago

apconole commented 8 years ago

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

apconole commented 8 years ago

When this change goes in, we should make a new bug to deal with the various warnings.

apconole commented 8 years ago

Ping - can you review and merge this?