ivakyb / minini

Automatically exported from code.google.com/p/minini
Other
0 stars 0 forks source link

mingw: "suggest parentheses around && within ||" #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
minini\minIni.c: In function `getkeystring':
minini\minIni.c:136: warning: suggest parentheses around && within ||
minini\minIni.c:162: warning: suggest parentheses around && within ||

Original issue reported on code.google.com by s.vaning...@gmail.com on 9 Mar 2009 at 1:03

GoogleCodeExporter commented 9 years ago
Hmmm, I disagree with GNU GCC on this point (I do not think that the priority 
levels
of || and && are ambiguous), but there is no point in starting a flame war on 
this. I
will add the suggested parentheses for the next release.

Original comment by thiadmer...@gmail.com on 11 Mar 2009 at 12:12

GoogleCodeExporter commented 9 years ago
Fixed in release 0.7.

Original comment by thiadmer...@gmail.com on 6 May 2009 at 8:09