Skip to content

Commit

Permalink
Enabled warnings for non inline cpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSeliv committed Oct 14, 2023
1 parent 6e4a666 commit c5cb4c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified Binaries/Win64/UnrealEditor-PoolManager.dll
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-PoolManager.pdb
Binary file not shown.
1 change: 1 addition & 0 deletions Source/PoolManager/PoolManager.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public PoolManager(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
CppStandard = CppStandardVersion.Latest;
bEnableNonInlinedGenCppWarnings = true;

PublicDependencyModuleNames.AddRange(new[]
{
Expand Down

0 comments on commit c5cb4c0

Please sign in to comment.