diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1497711')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1497711 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1497711 b/results/scraper/launchpad-without-comments/1497711 new file mode 100644 index 00000000..1ce632ec --- /dev/null +++ b/results/scraper/launchpad-without-comments/1497711 @@ -0,0 +1,5 @@ +tests/libqos/ahci.c:745: redundant condition ? + +[qemu/tests/libqos/ahci.c:745]: (style) Redundant condition: props.ncq. '!props.ncq || (props.ncq && props.lba48)' is equivalent to '!props.ncq || props.lba48' + + g_assert(!props->ncq || (props->ncq && props->lba48)); \ No newline at end of file |