summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1720971
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1720971')
-rw-r--r--results/scraper/launchpad-without-comments/172097113
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1720971 b/results/scraper/launchpad-without-comments/1720971
new file mode 100644
index 00000000..e5ae8b60
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1720971
@@ -0,0 +1,13 @@
+qemu/hw/block/onenand.c:522: strange if statement ?
+
+[qemu/hw/block/onenand.c:523]: (warning) Opposite inner 'if' condition leads to a dead code block.
+
+Source code is
+
+       for (b = 0; b < s->blocks; b ++) {
+            if (b >= s->blocks) {
+                s->status |= ONEN_ERR_CMD;
+                break;
+            }
+
+Inner if condition will never be true.
\ No newline at end of file