diff options
| author | JakobL-MSFT <[email protected]> | 2024-01-15 12:25:53 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-15 12:25:53 -0800 |
| commit | 1d8033229e98a688907e3d11ad122565e960714f (patch) | |
| tree | c6794fbfb277febe9fdb6b2e8961aa47119eeffc /exclusions.csv | |
| parent | 734e40ba51939a9950e387207c23d73c7c85567d (diff) | |
Add support for fine grained exclusions (#1074)
* user/jakobl/fine_grained_exclusions
* user/jakobl/fine_grained_exclusions
* user/jakobl/fine_grained_exclusions
* user/jakobl/fine_grained_exclusions
* user/jakobl/fine_grained_exclusions
* user/jakobl/fine_grained_exclusions
* Update exclusions.csv
Diffstat (limited to 'exclusions.csv')
| -rw-r--r-- | exclusions.csv | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/exclusions.csv b/exclusions.csv index bfc2fa9b..cce85c05 100644 --- a/exclusions.csv +++ b/exclusions.csv @@ -1,9 +1,9 @@ -Path,Reason -audio\acx\samples\audiocodec\driver,error C1083: Cannot open include file: 'acx.h': No such file or directory -general\dchu\osrfx2_dchu_extension_loose,Needs fix for project not found -general\dchu\osrfx2_dchu_extension_tight,LINK : error LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification -general\winhec 2017 lab\toaster driver,Needs input from end user -general\winhec 2017 lab\toaster support app,Needs input from end user -network\trans\wfpsampler,Missing INF section; missing libs -tree,Missing headers -video\indirectdisplay,ARM64 Warning C4530: C++ exception handler used but unwind semantics are not enabled
\ No newline at end of file +Path,Configurations,MinBuild,MaxBuild,Reason +audio\acx\samples\audiocodec\driver,*,,22621,Only GE: error C1083: Cannot open include file: 'acx.h': No such file or directory +general\dchu\osrfx2_dchu_extension_loose,*,,,Needs fix for project not found +general\dchu\osrfx2_dchu_extension_tight,*,,,LINK : error LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification +general\winhec 2017 lab\toaster driver,*,,,Needs input from end user +general\winhec 2017 lab\toaster support app,*,,,Needs input from end user +network\trans\wfpsampler,*,,,Missing INF section; missing libs +tree,*,,,Missing headers +video\indirectdisplay,*|arm64,,,Only arm64: Warning C4530: C++ exception handler used but unwind semantics are not enabled |
