On Fri, Apr 1, 2011 at 4:52 PM, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 1 April 2011 16:20, Michael Roth <mdr...@linux.vnet.ibm.com> wrote: >> We also make C99 //comments a warning instead of an error, since they >> don't actually violate QEMU's coding guidelines. > > We should either update the guidelines or fix the script...
There are a whole bunch of // in the codebase. I prefer /* */ but as it stands I think // should not even raise a warning. Stefan