Re: aclocal: Use -Werror when checking compiler flags (try 2)

2013-01-09 Thread Alexandre Julliard
Per Johansson writes: > ...if supported by compiler. > This makes clang exit with error on unsupported warnings. > --- > aclocal.m4 | 2 +- > configure.ac | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/aclocal.m4 b/aclocal.m4 > index 14cf916..a6d9f12 100644 > --- a/a

Re: aclocal: Use -Werror when checking compiler flags.

2013-01-02 Thread Alexandre Julliard
Per Johansson writes: > This makes clang exit with error on unsupported warnings. You'd need to check if -Werror is supported first. -- Alexandre Julliard julli...@winehq.org