From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73190 invoked by alias); 31 Dec 2018 23:18:49 -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 73180 invoked by uid 89); 31 Dec 2018 23:18:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*kawa, H*Ad:U*kawa, kawa, ends X-HELO: mail-it1-f172.google.com Received: from mail-it1-f172.google.com (HELO mail-it1-f172.google.com) (209.85.166.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 31 Dec 2018 23:18:47 +0000 Received: by mail-it1-f172.google.com with SMTP id h193so35067458ita.5 for ; Mon, 31 Dec 2018 15:18:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=nyKokuP6DCV2iOS7mkgjxvQ/wJ9TV/IBXOffBH/S5kM=; b=K8VR8d0AWUYkDBQZFKrHrCIl6hT2sXx4dPcLp7fz7xy5IOiEwgDtTu9XCw9hOPMdPw waGTgSUngskr5VccQC1uXZ8HyeLOrzifIdeQ5UNiFjab+jxqQeKDK3ARCIA4/2Hz5vTX CNW7AuSwYlIguzlsFgl6TqG9oVhGhG9BEcIAsKvXPY8wHY4+l32W+Jk3D4YBu+5h2P5u d6l5zwH4sj/ipUXRcBo96XI9DaNf9X8x0Gji2fqoz8+83M/9BMbrIs1atM1LO/qfshw8 rSnn2WzexxMh6xLkUeE2BTtV4RXd1grBF4/6QNTcDIKsWh20uFyxWpEf1Xs5mInm0Ohe 1goA== MIME-Version: 1.0 From: Duncan Mak Date: Mon, 31 Dec 2018 23:18:00 -0000 Message-ID: Subject: Show all warnings and errors To: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-q4/txt/msg00034.txt.bz2 Hello all, Happy new year, happy holidays! I've been porting some code to Kawa lately, but I still have a lot of work left to do. 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. Thanks! -- Duncan.