I see that the following line is highlighted, but I'm not sure iof this is the offending line slideInterfaceGetter_t getSlideInterface(int current_panel);
where slideInterfaceGetter_t is a custom type defined in a .h file included at the top of the source file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your issue cannot be reproduced based on the available information. A self-contained example is required. The -E option might help if multiple header files are involved.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just upgraded from v2.17-1 to v2.18 and I get an error
I see that the following line is highlighted, but I'm not sure iof this is the offending line
slideInterfaceGetter_t getSlideInterface(int current_panel);
where
slideInterfaceGetter_t
is a custom type defined in a .h file included at the top of the source file.Your best bet is to report the (reduced) preprocessed input (-E option).
Hi @CHR,
sorry for my late answer.
I don't understand what you mean with your suggestion.
Can you clarify a little bit, please?
Your issue cannot be reproduced based on the available information. A self-contained example is required. The -E option might help if multiple header files are involved.