mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 13:15:05 +00:00
Silence warning about ignored attributes
This commit is contained in:
@@ -125,7 +125,7 @@ typedef void (*atEXCEPTION_HANDLER)(athena::error::Level level, const char* /*fi
|
||||
|
||||
atEXCEPTION_HANDLER atGetExceptionHandler();
|
||||
/**
|
||||
* atSetExceptionHandler is only meant to be used a the start and end of an application's lifetime,
|
||||
* atSetExceptionHandler is only meant to be used at the start and end of an application's lifetime,
|
||||
* this function cannot be considered thread-safe, therefore modifying during runtime is not recommended.
|
||||
*/
|
||||
void atSetExceptionHandler(atEXCEPTION_HANDLER func);
|
||||
|
||||
Reference in New Issue
Block a user