Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qga: fix compiler warnings (clang 5)
static code analyzer complain: qga/commands-posix.c:2127:9: warning: Null pointer passed as an argument to a 'nonnull' parameter closedir(dp); ^~~~~~~~~~~~ Reported-by: Clang Static Analyzer Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Marc-André Lureau <[email protected]> Reviewed-by: Michael Roth <[email protected]> Signed-off-by: Michael Tokarev <[email protected]>
- Loading branch information