]> git.sesse.net Git - vlc/commitdiff
Revert "xcb_screen: fix compilation by ignoring errors for a type of warnings"
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 7 Apr 2010 18:27:17 +0000 (21:27 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 7 Apr 2010 18:27:17 +0000 (21:27 +0300)
This reverts commit c4cb6db2105eda79b29410fd900b351d4c94c751.

Conflicts:

bindings/phonon
bindings/python
configure.ac

configure.ac

index e574430b3b3f5c74090da7f0262d4bb15d137eea..7fbd45e519c7d0ec3fc264a91edba395848f7225 100644 (file)
@@ -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], [