vendredi 29 mai 2015

Warning: Suspicious pointer-to-pointer conversion (area too small) with lint

long keyIntValue;
uint8_t *value; 

*(long *)value = keyIntValue;

I get Suspicious pointer-to-pointer conversion (area too small) while linting. Help me to understand why I get it and how to get rid of it?

Aucun commentaire:

Enregistrer un commentaire