wondering if any cleanup could be done regarding the use of char* and the lrdf_statement structs. the char* members are frequently assigned with string literals which cause warnings when compiling. without knowing the code it's not obvious if these members are modified or not.
wondering if any cleanup could be done regarding the use of char* and the lrdf_statement structs. the char* members are frequently assigned with string literals which cause warnings when compiling. without knowing the code it's not obvious if these members are modified or not.