From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,adca29ca3b26d0e7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Sun, 26 Oct 2008 19:11:15 +0100 From: Georg Bauhaus Reply-To: rm.tsoh-bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GNAT: Weird Style Warnings References: <6078a089-927b-4756-81a8-7c344df1ee16@u65g2000hsc.googlegroups.com> In-Reply-To: <6078a089-927b-4756-81a8-7c344df1ee16@u65g2000hsc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4904b2c3$0$17396$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 26 Oct 2008 19:11:15 CET NNTP-Posting-Host: 18156728.newsspool1.arcor-online.net X-Trace: DXC=Y8jU5e8cogfJ00P1S40fZgic==]BZ:afn4Fo<]lROoRa4nDHegD_]ReT3KnA[DIZXhA:ho7QcPOVceBQPUL]a jacob.m.h.smith@googlemail.com wrote: > Hello. > > I am pretty new to Ada and I have a problem I'm not able to solve. > I compile my files with the following GNAT style switch: - > gnaty2acefhiklmM78nprt > When compiling this one adb file I always get the following message: > s-expuns.ads:42:04: (style) bad indentation > s-expuns.ads:44:04: (style) bad indentation > I have no idea why. This file "s-expuns.ads" is not one of mine, it > must be part of > some library. It is. Try compiling your unit and then run $ gnatls -v -a -d bit_extraction.ali