[vlc-commits] commit: Revert "xcb_screen: fix compilation by ignoring errors for a type of warnings" ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Wed Apr 7 21:10:55 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 7 21:27:17 2010 +0300| [73ca40718e63c3fe61465d746c2cf338fe37508e] | committer: Rémi Denis-Courmont
Revert "xcb_screen: fix compilation by ignoring errors for a type of warnings"
This reverts commit c4cb6db2105eda79b29410fd900b351d4c94c751.
Conflicts:
bindings/phonon
bindings/python
configure.ac
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73ca40718e63c3fe61465d746c2cf338fe37508e
---
configure.ac | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index e574430..7fbd45e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3320,7 +3320,6 @@ AS_IF([test "${enable_xcb}" != "no"], [
PKG_CHECK_MODULES(XCB, [xcb])
PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
VLC_ADD_PLUGIN([screensaver xcb_x11 xcb_screen xcb_apps])
- VLC_SET_CFLAGS_WERROR([xcb_screen], [-Wno-error=uninitialized]) # some gcc report a warning which doesn't reveal an error
AS_IF([test "${enable_xvideo}" != "no"], [
PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [
More information about the vlc-commits
mailing list