From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50883 invoked by alias); 1 Jan 2019 20:47:51 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 50870 invoked by uid 89); 1 Jan 2019 20:47:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:mail-it, H*RU:sk:mail-it, Hx-spam-relays-external:sk:mail-it, HX-HELO:sk:mail-it X-HELO: mail-it1-f173.google.com Received: from mail-it1-f173.google.com (HELO mail-it1-f173.google.com) (209.85.166.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 01 Jan 2019 20:47:50 +0000 Received: by mail-it1-f173.google.com with SMTP id a6so36873992itl.4 for ; Tue, 01 Jan 2019 12:47:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zbPfP8Jf4Y+DcSxgr6J1RhdSso0OHn3D4CaFaLYdRvU=; b=X9Mw3k+HAVsJm9TKtvLbwU3nQsEPazcRYaF9NYnwmW8u15kDBVFX6ZZRMBArhQZlYJ ukqhOfMRu0Zf79c9PL10KnV3GN8ZMa+9ENrQjxvMYvRE0vgqxdQpHmfzMYJzq37ojo3c /sg4Ja5Si0KmjHCcZer/YEqYqgdNHX2B20YL7JpQ8foUonwGHJOq9QELgBZRvHqjb3cM HiJx/3WJbYX3Vd/z/VJHh35o0Uno3pBNqLjGKcuWUItKmWj/P6tzABGgisQuq1KdkZLg IXzayyK++b/TUPuObuqR47cC23aNUF0qVR5F7SpyUwCawATiAkKJFDrDKm6YZGf4vyWQ Ijlg== MIME-Version: 1.0 References: In-Reply-To: From: Duncan Mak Date: Tue, 01 Jan 2019 20:47:00 -0000 Message-ID: Subject: Re: Show all warnings and errors To: Per Bothner Cc: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00007.txt.bz2 I tried out the --max-error=NNN option and it doesn't seem to have changed how the output comes out. Here's what I see: https://gist.github.com/duncanmak/38f451c9f26ba0000be38d0bd304313b On Mon, Dec 31, 2018 at 9:12 PM Per Bothner wrote: > > On 12/31/18 3:18 PM, Duncan Mak wrote: > > > I've been porting some code to Kawa lately, but I still have a lot of > > work left to do. > > Cool. > > > Right now, when I load in the code, Kawa prints out a list of "warning > > - no declaration seen for XXX", and it ends with: > > > > note - skipped 0 errors, 164 warnings, 0 notes > > > > Is there a switch to force it to print out all the warnings? Right > > now, i'm getting only the top 20. > > There is now :-) > > --max-errors=NNN > > -- > --Per Bothner > per@bothner.com http://per.bothner.com/ -- Duncan.