Skip to content
Snippets Groups Projects
Commit f8f58fbb authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

lcd: Fix compile warning in 64bit mode


When compiling the code for 64bit, the lcd code emits warnings because it
tries to cast pointers to 32bit values. Fix it by casting them to longs
instead, actually properly aligning with the function prototype.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent d990f5c8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment