MLK-16375-3 video: fbdev: dcss: add '__maybe_unused' to 'fill_db'
The function 'fill_db()' is not used at this moment
which caused gcc compiler generate the build warning:
"‘fill_db’ defined but not used [-Wunused-function]"
So add attribute '__maybe_unused' to 'fill_db()' functon
definition to avoid this build warning.
Signed-off-by:
Fancy Fang <chen.fang@nxp.com>
Please register or sign in to comment