cylon
cylon copied to clipboard
build: Fix warnings in the build
For unused param warnings use CYLON_UNUSED(param)
macro
A common warning is casting. Use explicit casting there.
@kaiyingshan can you take this up?