diff options
Diffstat (limited to 'win32/fcrypt.c')
-rw-r--r-- | win32/fcrypt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/fcrypt.c b/win32/fcrypt.c index 4c9f2733f6..ff132d338d 100644 --- a/win32/fcrypt.c +++ b/win32/fcrypt.c @@ -9,6 +9,10 @@ * eay@psych.psy.uq.oz.au */ +#if defined(__BORLANDC__) +#pragma warn -8004 /* "'foo' is assigned a value that is never used" */ +#endif + typedef unsigned char des_cblock[8]; typedef struct des_ks_struct |