We currently do "(void) secfile_entry_lookup()" to avoid "unused entry" warnings about entries we intentionally ignore.
To make code more self documenting (and these cases searchable!), let's introduce wrapper macro with a name that clearly indicates that purpose of the lookup is just to get rid of the "unused entry" warning. This ticket is about introducing the macro. I'm not going through all the existing code to figure out which existing calls should be updated.
We currently do "(void) secfile_entry_lookup()" to avoid "unused entry" warnings about entries we intentionally ignore.
To make code more self documenting (and these cases searchable!), let's introduce wrapper macro with a name that clearly indicates that purpose of the lookup is just to get rid of the "unused entry" warning. This ticket is about introducing the macro. I'm not going through all the existing code to figure out which existing calls should be updated.