• warning C108: '=': possible value truncation
    Hello, there might be an undetected overrun in the result of 'a * b'. So i used the cast ((unsigned long long int)a to force the result of 'a * b' to long long. Unfortunately this compiler warning...
  • warning C108: '=': possible value truncation
    Hello, there might be an undetected overrun in the result of 'a * b'. So i used the cast ((unsigned long long int)a to force the result of 'a * b' to long long. Unfortunately this compiler warning...
  • Keil. ST10F273. A167. warning A62: VALUE TRUNCATION
    Hello. I wrote a simple ASM-code in Keil Uvision. MCU ST10F273. Procedure calls in different addresses. If the procedure call is within the same page, then "warning 62" does not occur. There is a problem...
  • C Question - '=': value truncated
    Why does the following code produce a C192: '=': value truncated error? They are all uint8_t's. Structure definition shown below. What is there to truncate, all variables are of the exact same type!...
  • C Question - '=': value truncated
    Why does the following code produce a C192: '=': value truncated error? They are all uint8_t's. Structure definition shown below. What is there to truncate, all variables are of the exact same type!...