Final round of portab fixes - UPX should now compile on any halfway
modern C++ compiler. committer: mfx <mfx> 1058789145 +0000
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ static int exit_code = EXIT_OK;
|
||||
**************************************************************************/
|
||||
|
||||
#if defined(__GNUC__)
|
||||
static void do_exit(void) __attribute__((noreturn));
|
||||
static void do_exit(void) __attribute__((__noreturn__));
|
||||
#endif
|
||||
static void do_exit(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user