Turn off VMS C's info about unsupported pragmas
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2021 12:44:01 +0000 (14:44 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 10:31:16 +0000 (12:31 +0200)
commit58ad786aa7b5c19021686c74e02ead3968050da6
tree776f19c9f82d76e9760066e79d0e37f7d34a8ac3
parent2660b7cfbad710dcd9df26e68c18d6c7d6ebaca0
Turn off VMS C's info about unsupported pragmas

VMS C can be notoriously informative about certain things, such as
unsupported pragmas.  The case here is that it doesn't support
"#pragma once", and since we use those quite a lot, that's a lot of
repeated information.  We simply turn that warning off.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15317)
Configurations/10-main.conf