mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
deinterlace: silence unused-but-set werror from imported code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2062>
This commit is contained in:
parent
641897ea70
commit
b0628713de
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ long y;
|
||||||
|
|
||||||
long Last8;
|
long Last8;
|
||||||
|
|
||||||
|
// XXX; silence unused-but-set warnings turned into errors with Werror
|
||||||
|
(void) pSrc;
|
||||||
|
(void) pSrcP;
|
||||||
|
(void) pBob;
|
||||||
|
(void) pBobP;
|
||||||
|
|
||||||
pSrc = pWeaveSrc; // points 1 weave line above
|
pSrc = pWeaveSrc; // points 1 weave line above
|
||||||
pSrcP = pWeaveSrcP; // "
|
pSrcP = pWeaveSrcP; // "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue