Thanks for the reply. Do you want me to share only the project file or you need the entire code to check the release / debug issue? Sharing the code may require some approvals at my side and may take time. But if you just want the .ccsproject or .cproject or .project file then I can share the same. Can you please let me know on this?
I have another question about a warning. I am assigning a function pointer in a structure as
void(*function)(void *). But when I assign this pointer to any of the function e.g. ptr->function = &configure_232, I do get a warning
"#515-D a value of type "void (*)(ACTION_OBJECT *)" cannot be assigned to an entity of type "void (*)(void *)" general_functions.c /CTS_Panda/source line 977 C/C++ Problem
This warning is currently not stopping the program from execution. But can you please let me know if there is any setting I need to do to remove this warning?
Thanks & Regards
-Balwant