tommyds icon indicating copy to clipboard operation
tommyds copied to clipboard

tommytypes: fix tommy_cast on C compilers

Open andrewboie opened this issue 7 years ago • 0 comments

Depending on warning options used, tommy_cast() results in many build warnings if a void * is not used, which happens in many cases. Suppress these warnings by doing the actual cast.

Signed-off-by: Andrew Boie [email protected]

andrewboie avatar Nov 08 '17 22:11 andrewboie