Peter Maydell be688dfb8d hw/omap_dma, hw/omap_spi: Explicitly mark fallthroughs
Explicitly mark the fallthroughs as intentional in the code
pattern where we gradually increment an index before falling
into the code to read/write that array entry:
  case THINGY_3: idx++;
  case THINGY_2: idx++;
  case THINGY_1: idx++;
  case THINGY_0: return s->thingy[idx];

This makes static analysers happy.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2013-01-26 13:20:44 +00:00
2013-01-24 15:37:55 +01:00
2013-01-26 13:15:35 +00:00
2013-01-26 13:15:37 +00:00
2013-01-18 19:06:57 +01:00
2013-01-21 09:17:16 +01:00
2013-01-26 13:15:35 +00:00
2013-01-21 09:17:16 +01:00
2013-01-12 12:26:16 +00:00
2013-01-15 04:09:13 +01:00
2013-01-17 10:24:52 -02:00
2013-01-17 10:24:52 -02:00
2013-01-26 13:15:37 +00:00
2013-01-26 13:15:37 +00:00
2013-01-26 13:15:35 +00:00
2013-01-17 10:24:52 -02:00
2013-01-15 04:09:14 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%