diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-02-24 08:46:43 +0100 |
---|---|---|
committer | Tomasz Stanislawski <t.stanislaws@samsung.com> | 2013-03-13 10:49:34 +0100 |
commit | 0cf71b73850f9625b2c9cbe798c002d03a7e6287 (patch) | |
tree | 1a7bcc004b84d5e5684ef15d54c559210d58bbe8 /v4l2-hdmi-example | |
parent | 21765c66561d6670098a9bb3d70f05f221490714 (diff) |
v4l2-drm-example: Fix compiler warnings on 64-bit machines
Casting a 32-bit integer to a void * generates a warning. Fix it by
casting the integer to an unsigned long first. This has no effect on
32-bit machines as unsigned long are 32-bit integers there.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'v4l2-hdmi-example')
0 files changed, 0 insertions, 0 deletions