When I include the file "File_Config.h" in any of my .CPP files I get the following error:
File_Config.h(279): warning: #368-D: class "<unnamed>" defines no constructor to initialize the following: const member "<unnamed>::DrvCfg" typedef struct { ^
Why does it need a constructor when the structure is surrounded by #ifdef __cplusplus extern "C" { #endif
Thanks.
View all questions in Keil forum