Re: [PATCH v3 0/9] misc: Trivial static code analyzer fixes

2020-05-04 Thread Laurent Vivier
Le 22/04/2020 à 15:31, Philippe Mathieu-Daudé a écrit : > Fix trivial warnings reported by the Clang static code analyzer. > > Only patch #2 'blockdev: Remove dead assignment' misses review. > > The official Clang static code analyzer documentation is on: > https://clang-analyzer.llvm.org/ > > O

Re: [PATCH v3 0/9] misc: Trivial static code analyzer fixes

2020-05-04 Thread Philippe Mathieu-Daudé
On 4/22/20 3:31 PM, Philippe Mathieu-Daudé wrote: Fix trivial warnings reported by the Clang static code analyzer. Only patch #2 'blockdev: Remove dead assignment' misses review. Thanks to Max this series is now fully reviewed, so... ping? The official Clang static code analyzer documentati

[PATCH v3 0/9] misc: Trivial static code analyzer fixes

2020-04-22 Thread Philippe Mathieu-Daudé
Fix trivial warnings reported by the Clang static code analyzer. Only patch #2 'blockdev: Remove dead assignment' misses review. The official Clang static code analyzer documentation is on: https://clang-analyzer.llvm.org/ On Fedora I simply used it as: $ sudo dnf install clang-analyzer $ .