[vlc-devel] commit: Turn on -Werror for libvlccore and libvlc. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Aug 13 00:54:39 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Aug 13 00:09:39 2008 +0200| [b204087e856f541b7a75e29de5782c7d61822438] | committer: Pierre d'Herbemont
Turn on -Werror for libvlccore and libvlc.
-Werror haters, scream now.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b204087e856f541b7a75e29de5782c7d61822438
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 24c814a..6e230f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,6 +154,8 @@ dnl Set default values
dnl
LDFLAGS_vlc="${LDFLAGS}"
+VLC_ADD_CFLAGS([libvlc libvlc_control],[-Werror])
+
dnl
dnl Check the operating system
dnl
More information about the vlc-devel
mailing list