mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Build incompatible OS diagnostic on all platforms.
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
#include <filesystem>
|
||||
#include <stdlib.h>
|
||||
#include <optional>
|
||||
#ifdef _WIN32
|
||||
#include <process.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "absl/strings/str_cat.h"
|
||||
|
||||
#define LEVEL_REGEX_PATTERN "trace|debug|info|warning|error|critical|no_logs"
|
||||
|
||||
Reference in New Issue
Block a user