Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0e63b4d3 authored by Steve Kondik's avatar Steve Kondik
Browse files

location: Fix incorrect unused argument workaround

 * Assigning a variable to itself causes Clang to throw an error.
 * The correct way to do this is a cast to void (the original issue was
   that it was cast to a void* instead of void, causing the 64-bit
   compilation failure)

Change-Id: I4773c701aca7aa9bd9bb0faa6dfd425635b0dc11
parent 41be9385
Loading
Loading
Loading
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