Noticed when using the C API that logToConsole()
takes a char*
as its first param instead of a const char*
, so I get a bunch of warnings generated when passing static strings. Is this intentional?
Noticed when using the C API that logToConsole()
takes a char*
as its first param instead of a const char*
, so I get a bunch of warnings generated when passing static strings. Is this intentional?