Hi,
maybe it is worth to create a ticket for this (sadly i can do it myself anymore):
int main ()
{
int b=0;
int c=5;
c/=b; //this warning is fine
volatile int d=0;
int e=5;
e/=d; //maybe false warning
volatile int f=1;
int g=5;
g/=f; //missing warning!
int h;
int i=5;
i/=h; //maybe missing warning!
}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
maybe it is worth to create a ticket for this (sadly i can do it myself anymore):
int main ()
{
int b=0;
int c=5;
c/=b; //this warning is fine
}
I may be able to restore your trac account. what was your username?