tommyds
tommyds copied to clipboard
tommytypes: fix tommy_cast on C compilers
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]