Hi ,
I am not sure how the Unused function vlaidator is working :
I in my code ( cpp file ) I have a function that is declared as protected in the h file. since it can be used by inhriting class I wouldn't expect it to be marked as unsued. I know i can remove "unused" messages but I do want to see this information for private methods.
What can be done ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi ,
I am not sure how the Unused function vlaidator is working :
I in my code ( cpp file ) I have a function that is declared as protected in the h file. since it can be used by inhriting class I wouldn't expect it to be marked as unsued. I know i can remove "unused" messages but I do want to see this information for private methods.
What can be done ?
Could you provide a minimal example where this behaviour can be observed?