cylondata/cylon

build: Fix warnings in the build

nirandaperera opened this issue · 1 comments

For unused param warnings use CYLON_UNUSED(param) macro

A common warning is casting. Use explicit casting there.

@kaiyingshan can you take this up?