diff --git a/src/conf.h b/src/conf.h index 6bb50ad7..7f62f9f8 100644 --- a/src/conf.h +++ b/src/conf.h @@ -52,6 +52,9 @@ # endif # define __UPX_CDECL __cdecl # define SIGTYPEENTRY __cdecl +# if (__BORLANDC__ >= 0x560) +# pragma warn -use +# endif #elif defined(__DMC__) # define __UPX_CDECL __cdecl # define SIGTYPEENTRY __cdecl