diff options
author | Richard Levitte <levitte@openssl.org> | 2000-01-17 00:58:09 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-01-17 00:58:09 +0000 |
commit | 9c86df6a98bb6099be20a7ef1ee71fb33a2162a9 (patch) | |
tree | 30bb5f3d605f9edb53a929bf4e516fe649a626a5 /ssl/ssl-lib.com | |
parent | 269755776474f31843991d98135e545294bd267b (diff) | |
download | openssl-new-9c86df6a98bb6099be20a7ef1ee71fb33a2162a9.tar.gz |
Prepare for a possible disabling of certain messages that DEC C spews out.
Diffstat (limited to 'ssl/ssl-lib.com')
-rw-r--r-- | ssl/ssl-lib.com | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com index 75fa89f193..e5d3b4c30e 100644 --- a/ssl/ssl-lib.com +++ b/ssl/ssl-lib.com @@ -903,6 +903,9 @@ $ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS $ CCDISABLEWARNINGS = "" $ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. "" THEN - CCDISABLEWARNINGS = USER_CCDISABLEWARNINGS +$!$ CCDISABLEWARNINGS = "NONSTANDCAST" +$!$ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. "" THEN - +$! CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," + USER_CCDISABLEWARNINGS $! $! Check To See If The User Entered A Valid Paramter. $! |