cc-1119 cc: WARNING File = lib/util_str.c, Line = 1337 The "return" expression type differs from the function return type. return src; ^
/* for correctness */ if (!findstr[0]) { return (char *)src; } Adding (char *) is consistent with the other return in the fucntion.
Created attachment 1045 [details] add (char *) typecast to return
got it.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.