Added [[maybe unused]] to fix release build compile issue (#1090)
This commit is contained in:
@@ -42,7 +42,7 @@ namespace AZ
|
||||
}
|
||||
|
||||
#if AZ_TRAIT_COMPILER_SUPPORT_CSIGNAL
|
||||
void signal_handler(int signal)
|
||||
void signal_handler([[maybe_unused]] int signal)
|
||||
{
|
||||
AZ_TracePrintf(
|
||||
SceneAPI::Utilities::ErrorWindow,
|
||||
|
||||
Reference in New Issue
Block a user