aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CompilerWarnings.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-04-24 16:28:44 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-04-25 23:06:35 -0500
commitf4709371fa21ca1d0c06e04d1b53c0b10bfafeed (patch)
tree622576e0b46b0cea56143fd707936f9635389bad /src/WixToolset.Core/CompilerWarnings.cs
parent23de0a19bffe457916b0a45e07044650ace8f456 (diff)
downloadwix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.tar.gz
wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.tar.bz2
wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.zip
Perform more bundle validation during linking.
#5273, #6291, #6398
Diffstat (limited to 'src/WixToolset.Core/CompilerWarnings.cs')
-rw-r--r--src/WixToolset.Core/CompilerWarnings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompilerWarnings.cs b/src/WixToolset.Core/CompilerWarnings.cs
index eb838ae2..5c11b878 100644
--- a/src/WixToolset.Core/CompilerWarnings.cs
+++ b/src/WixToolset.Core/CompilerWarnings.cs
@@ -60,6 +60,6 @@ namespace WixToolset.Core
60 Win64Component = 5435, 60 Win64Component = 5435,
61 DirectoryRefStandardDirectoryDeprecated = 5436, 61 DirectoryRefStandardDirectoryDeprecated = 5436,
62 DefiningStandardDirectoryDeprecated = 5437, 62 DefiningStandardDirectoryDeprecated = 5437,
63 } 63 } // 5400-5499 and 6600-6699 were the ranges for Dependency and Tag which are now in Core between CompilerWarnings and CompilerErrors.
64 } 64 }
65} 65}