[PATCH] Fix deprecated conversion warnings

Hi,

This patch against development branch is to get rid of deprecated
conversion warnings like the one below:

../src/builtin-func.y:545: warning: deprecated conversion
from string constant to 'char*'

I know it's just a warning and it should compile fine,
but I'd like to get rid of all the warnings :slight_smile:

  Kevin

patch-bro (2.46 KB)

This patch against development branch is to get rid of deprecated
conversion warnings like the one below:

Thanks, I've applied it to my development branch.

but I'd like to get rid of all the warnings :slight_smile:

Me too!

Robin