diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-17 21:38:46 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-17 22:33:28 +0100 |
commit | 7bcd1d2b75d280cecfc23877bb13426a28c07a1f (patch) | |
tree | ecbecf9cbdb421b07323e80e7423a2f76a3409d2 /src/sna/sna_video_textured.c | |
parent | a5b5b4ebb14cab19258dd1cbc12721aaa9df226d (diff) |
sna: perform a warnings reduction pass
Didn't spot anything that might have led to a genuine bug, but this
should help improve the signal-to-noise ratio of warnings in the future.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_video_textured.c')
-rw-r--r-- | src/sna/sna_video_textured.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_video_textured.c b/src/sna/sna_video_textured.c index 3b59cf23..6ff08689 100644 --- a/src/sna/sna_video_textured.c +++ b/src/sna/sna_video_textured.c @@ -121,6 +121,7 @@ static int xvmc_passthrough(int id) return id == FOURCC_XVMC; #else return 0; + (void)id; #endif } |