projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2697557
)
Prepare for a possible disabling of certain messages that DEC C spews out.
author
Richard Levitte
<levitte@openssl.org>
Mon, 17 Jan 2000 00:58:09 +0000
(
00:58
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 17 Jan 2000 00:58:09 +0000
(
00:58
+0000)
ssl/ssl-lib.com
patch
|
blob
|
history
diff --git
a/ssl/ssl-lib.com
b/ssl/ssl-lib.com
index 75fa89f19308f96acfad8b9f153a66c9e5d80661..e5d3b4c30e6ce6da7188507c2a578f23ec960fcd 100644
(file)
--- 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.
$!