diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2022-09-26 16:05:55 -0700 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2022-09-26 16:05:55 -0700 |
| commit | fe277cd05fb1e0362af65b45777e20dfe251dbcf (patch) | |
| tree | 15691c1787832b1692c30bfd3ef44156fc42e981 | |
| parent | 239361d9ab5c4b2098896f7a29451b99b71d9063 (diff) | |
Fix exclusions file format
| -rw-r--r-- | exclusions.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exclusions.csv b/exclusions.csv index 71b0edf3..86ab66e8 100644 --- a/exclusions.csv +++ b/exclusions.csv @@ -12,4 +12,4 @@ network\wlan\wdi,Invalid architecture print\oem printer customization plug-in samples\c++,Invalid architecture print\v4printdriversamples\printerextensionsample,Invalid architecture tree,Missing headers -video\indirectdisplay,ARM64 Warning C4530: C++ exception handler used, but unwind semantics are not enabled
\ No newline at end of file +video\indirectdisplay,ARM64 Warning C4530: C++ exception handler used but unwind semantics are not enabled
\ No newline at end of file |
