• Warning : #167-D - for function sprintf
    Hello, colleagues! My question is about work with function sprintf in Keil C for ARM. I have a structure for RTC, that looking as: struct { unsigned char SEC; unsigned char MIN; unsigned char...
  • Warning : #167-D - for function sprintf
    Hello, colleagues! My question is about work with function sprintf in Keil C for ARM. I have a structure for RTC, that looking as: struct { unsigned char SEC; unsigned char MIN; unsigned char...
  • Warning 167(-D) on const type * versus type *
    I have a sourcecode like: typedef int tQ32_16; typedef tQ32_16 tVector3[3]; tQ32_16 Length_V3(const tVector3 * vec) {....;} void anyfunc(void) { tVector3 v1 = {1,2,3}; tQ32_16 l1; ...
  • Warning 167(-D) on const type * versus type *
    I have a sourcecode like: typedef int tQ32_16; typedef tQ32_16 tVector3[3]; tQ32_16 Length_V3(const tVector3 * vec) {....;} void anyfunc(void) { tVector3 v1 = {1,2,3}; tQ32_16 l1; ...
  • #167
    warning #167-D: argument of type ""U32 *"" is incompatible with parameter of type ""uint32_least *"" (void)Rte_Read_TrProgIdCmltvT_Z_AryEprm_TrProgIdCmltvT_Z_AryEprm(&TrProgIdCmltvT_Z_Ary[0]); ^ " ...