Files
xserver_xsdl/Xext
Jeremy Huddleston ab81aa9140 Xext: Silence warnings when building with clang
xvmain.c:1113:22: warning: equality comparison with extraneous parentheses [-Wparentheses]
      if ((pf->depth == pDraw->depth)
           ~~~~~~~~~~^~~~~~~~~~~~~~~
xvmain.c:1113:22: note: use '=' to turn this equality comparison into an assignment
      if ((pf->depth == pDraw->depth)
                     ^~
                     =
xvmain.c:1113:22: note: remove extraneous parentheses around the comparison to silence this warning
      if ((pf->depth == pDraw->depth)
          ~          ^              ~
1 warning generated.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
2011-04-25 10:45:34 -07:00
..
2009-04-03 18:22:20 -04:00
2009-04-03 18:22:20 -04:00
2011-03-01 10:56:17 +10:00
2008-01-03 17:04:54 +10:30
2009-07-15 17:00:05 +10:00
2011-01-05 08:41:30 -08:00
2010-12-06 19:15:38 -08:00
2011-01-25 14:41:02 +00:00
2011-03-08 13:19:40 -05:00
2011-03-08 13:20:19 -05:00