From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:1446:: with SMTP id i6mr11945934qkl.63.1629044517573; Sun, 15 Aug 2021 09:21:57 -0700 (PDT) X-Received: by 2002:a25:d642:: with SMTP id n63mr16222285ybg.165.1629044517273; Sun, 15 Aug 2021 09:21:57 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 15 Aug 2021 09:21:57 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=173.225.51.130; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt NNTP-Posting-Host: 173.225.51.130 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <524cd277-a645-4950-9c75-1ea9f7fedcc3n@googlegroups.com> Subject: Re: Raising "exception" in a .gpr file From: Britt Injection-Date: Sun, 15 Aug 2021 16:21:57 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62502 List-Id: Since sometime in 2018, gpr files have supported a "Warning_Message" attribute" than can be used in a case statement, e.g., for Warning_Message use "This scenario variable combination is not supported."; Unfortunately this feature is still not documented in the GPRbuild User's Guide. - Britt