• Warning 167
    Howcome is it that the following code: #include <string.h> static unsigned char buf[ 20]; void func( void) { strcpy( buf, "huuhaa"); } gives warning: huuhaa.c(7): warning: #167-D: argument...
  • Warning if type mismatch
    I have one file in which I use "int16_t x", when I declared it in other file, by mistake I have declared "extern int8_t x". i.e int8_t is used instead of int16_t. But compiler do not generate warning...
  • a warning about return type
    Keil uVision 5 const MCANMessage ClientRespondSysCommand(BYTE byCommand, BYTE nLen, BYTE* pData) { MCANMessage NewMessage; InitMessage(&NewMessage); NewMessage.bServerSend = FALSE; NewMessage...
  • Types
    How can I transform a number from the type unsigned int to a float? For then to use mathematical functions in this (number_float). Only positive values. Thank you, CHACK
  • #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]); ^ " ...