Displaying 1 result from an estimated 1 matches for "charset_alias_to_utf8_end".
2018 Mar 01
3
Plugin charset_alias compile error: void function cannot return value
...-o .libs/charset-alias-plugin.o
*"charset-alias-plugin.c", line 86: void function cannot return value**
**"charset-alias-plugin.c", line 92: void function cannot return value*
cc: acomp failed for charset-alias-plugin.c
In charset-alias-plugin.c, the functions
charset_alias_to_utf8_end() and charset_alias_to_utf8_reset() are
declared to return void, but they also attempt to return something. I
suspect other compilers, such as GCC, might generate a warning about the
"return" statement, but Solaris Studio compiler is being more strict
about it...
I suspect that...