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:
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).