Skip to content

Commit a9ef8c8

Browse files
committed
Commented deprecated flag bEnableUndefinedIdentifierWarnings
1 parent 74a0baa commit a9ef8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SystemMicControlLite/SystemMicControlLite.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public SystemMicControlLite(ReadOnlyTargetRules Target) : base(Target)
88
{
99
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
1010

11-
bEnableUndefinedIdentifierWarnings = false;
11+
//bEnableUndefinedIdentifierWarnings = false;
1212

1313
PublicIncludePaths.AddRange(
1414
new string[] {

0 commit comments

Comments
 (0)