diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-06-17 19:20:27 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2014-08-11 17:52:21 +0200 |
commit | e6e9cff2dc0e9c526951119c13fd093d2f8101ce (patch) | |
tree | c1fcfe25522299fa5fe97e505ff4e2699ff4b826 /board/schulercontrol | |
parent | e66866c542e492c42f04cfc2e59317203b7cd6ea (diff) | |
download | u-boot-imx-e6e9cff2dc0e9c526951119c13fd093d2f8101ce.zip u-boot-imx-e6e9cff2dc0e9c526951119c13fd093d2f8101ce.tar.gz u-boot-imx-e6e9cff2dc0e9c526951119c13fd093d2f8101ce.tar.bz2 |
video: ipu_disp: squash clang warning
Since rgb2ycbcr_coeff and friends are declared const, but assigned
to a void pointer, clang will warn that the const is implicity casted
away. If the pointer is changed to void const * gcc will warn when it
is implicitly casted to a const int array. Just add a correctly
typed pointer instead to prevent these casts and hence the warnings.
Cc: Troy Kisky <troy.kisky@boundarydevices.com>
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board/schulercontrol')
0 files changed, 0 insertions, 0 deletions