Polyspace for C error messages: invalid storage class for a parameter/a declaration here must declare a parameter
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I get a lot of error messages in header files:
For example:
invalid storage class for a parameter
extern volatile u08 au08DevReqToDrvrOrPassDoorRe[8];
^
a declaration here must declare a parameter
extern volatile u08 au08DevReqToDrvrOrPassDoorRe[8];
^
What are the possible reasons for them?
0 comentarios
Respuestas (1)
Christian Bard
el 29 de En. de 2014
I recommend you to contact Technical Support with complete log file. A plus would also to provide a small sample that reproduces behavior.
0 comentarios
Ver también
Categorías
Más información sobre Troubleshooting in Polyspace Products for Ada en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!