mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Fix new (nullability) compiler warnings
This commit is contained in:
@@ -13,6 +13,12 @@ namespace Semmle.Util
|
||||
{
|
||||
stdout = new List<string>();
|
||||
using var process = Process.Start(pi);
|
||||
|
||||
if (process is null)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
string? s;
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user