Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QSR 2.2
-
None
Description
Currently stdint.h is used in some of the QSR files. When including QSR headers in an AUTOSAR project this causes unwanted compiler warnings as Platform_Types.h already adds defines for example for the UINT8_MAX and so on.
Fix proposal:
Remove all includes for stdint.h and use q(u)int* types in every file. Then in AUTOSAR project add quint8, quint16 ... types to Platform_Types.h.