build: Enable compiling with -Werror.
authorBen Greear <greearb@candelatech.com>
Fri, 30 Jul 2010 06:43:02 +0000 (23:43 -0700)
committerBen Greear <greearb@candelatech.com>
Fri, 30 Jul 2010 06:43:02 +0000 (23:43 -0700)
commit45557a138e60031a6e680d62aa29ddf2bf925d8c
treec21a3c4bb0d5b1e5795c208f8329e4efc1bec0e4
parent3e33e2c2ba612d19cf7c1f77c8953b012489e801
build:  Enable compiling with -Werror.

This helps find compile warnings because they simply break
the build.

To use:
./configure --enable-warnings --enable-werror

Signed-off-by: Ben Greear <greearb@candelatech.com>
Makefile.am
configure.ac
m4/cares-confopts.m4