Skip to content

Fix implicit char casts in include classes

Ismael Asensio requested to merge work/iasensio/fix-ascii-conversions into master

Since NO_CAST_FROM_ASCII has been enabled, this kind of implicit conversions is not allowed anymore.

Merge request reports