[DISABLE, INFORMATION, WARNING , ERROR]
The volatile qualifier was used more than once for the same variable.
volatile volatile int i;
Volatile variables need only one volatile qualifier.