[AIX] Fix Compiler Flags and Bugs on AIX to Pass All Tests (#3219)
* Fixing compiler warnings * Replace the old -s flag with the -Wl,-s flag * Fixing compiler warnings * Fixing the linker strip flag and tests/code not working as expected on AIX
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ static void ABRThandler(int sig) {
|
||||
}
|
||||
#endif
|
||||
|
||||
void FIO_addAbortHandler()
|
||||
void FIO_addAbortHandler(void)
|
||||
{
|
||||
#if BACKTRACE_ENABLE
|
||||
signal(SIGABRT, ABRThandler);
|
||||
|
||||
Reference in New Issue
Block a user