From 350ebfc47da0727e04fce204a66cc050d19b91fa Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 3 Apr 2003 14:27:26 +0000 Subject: [PATCH] *** empty log message *** committer: mfx 1049380046 +0000 --- src/conf.h | 3 +++ 1 file changed, 3 insertions(+) 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