diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1885720')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1885720 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1885720 b/results/scraper/launchpad-without-comments/1885720 new file mode 100644 index 000000000..1cf609321 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1885720 @@ -0,0 +1,11 @@ +qemu/migration/postcopy-ram.c:387: bad return expression ? + +qemu/migration/postcopy-ram.c:387:9: style: Non-boolean value returned from function returning bool [returnNonBoolInBooleanFunction] + +Source code is + + return -1; + +but + +bool postcopy_ram_supported_by_host( \ No newline at end of file |