diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-19 02:15:09 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-19 02:15:09 +0800 |
commit | 85e032b504cc9a12affba776150df6908d84bea3 (patch) | |
tree | 0a892fb346a78231b165bd2e8082c8496530d169 /ChangeLog | |
parent | 71fb81afc7479b098fdd3e53c1525a8c6fd064dd (diff) | |
download | gsoc2013-evolution-85e032b504cc9a12affba776150df6908d84bea3.tar.gz gsoc2013-evolution-85e032b504cc9a12affba776150df6908d84bea3.tar.zst gsoc2013-evolution-85e032b504cc9a12affba776150df6908d84bea3.zip |
Prepend "$(WERROR)" to all the *_CFLAGS variables
so you can do `make WERROR=-Werror' to turn all compiler warnings
into errors.
svn path=/trunk/; revision=17509
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-07-18 Ettore Perazzoli <ettore@ximian.com> + + * configure.in: Prepend "$(WERROR)" to all the *_CFLAGS variables + so you can do `make WERROR=-Werror' to turn all compiler warnings + into errors. + 2002-07-09 Peter Williams <peterw@ximian.com> * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so |