Skip to content

Commit

Permalink
Build fixes for INSTALL target.
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfishOlex authored Mar 16, 2022
2 parents 530a432 + fd4f8c5 commit af16eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Code/Tools/SerializeContextTools/Converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ namespace AZ
AZ::IO::FixedMaxPath gemModuleSourcePath;
AZ::ModuleManagerRequestBus::Broadcast([&gemModuleSourcePath, &gemName, gemModuleClassId = entity.m_moduleClassId](AZ::ModuleManagerRequests* request)
{
AZ_UNUSED(gemModuleClassId);
auto EnumerateGemModules = [&gemModuleSourcePath, &gemName, &gemModuleClassId](const AZ::ModuleData& moduleData) -> bool
{
AZ::Module* moduleInst = moduleData.GetModule();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace AudioEngineWwiseGem
bool success = false;

// Check memory-related Wwise Cvars...
const AZ::u64 memorySubpartitionSizes = Audio::Wwise::Cvars::s_StreamDeviceMemorySize
[[maybe_unused]] const AZ::u64 memorySubpartitionSizes = Audio::Wwise::Cvars::s_StreamDeviceMemorySize
#if !defined(WWISE_RELEASE)
+ Audio::Wwise::Cvars::s_MonitorQueueMemorySize
#endif // !WWISE_RELEASE
Expand Down

0 comments on commit af16eba

Please sign in to comment.