From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-08v.sys.comcast.net (resqmta-ch2-08v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:40]) by hurricane.the-brannons.com (Postfix) with ESMTPS id A728778020 for ; Tue, 25 Jul 2017 20:08:43 -0700 (PDT) Received: from resomta-ch2-10v.sys.comcast.net ([69.252.207.106]) by resqmta-ch2-08v.sys.comcast.net with ESMTP id aCgud4ZAR4K9naCh2dw5mA; Wed, 26 Jul 2017 03:09:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1501038540; bh=dcmIqttQxg+jQD/gtV4q2qqT8afdpU8i/rT0L2mKaRM=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=owJc2G/8UmFb3zxyhmOB++k0M+BMrJRgexXJj8bpJ+cevWcqdtEP4WOugEFKUSGXD FG921k8VRedFT8t+4e7fbTG4r9kb1PUQV+64SWgLTanNNd+/4giIQAfwSa/EnLefoy La5p/HtDLZxZk3FOBsaY1vXZaGAsNCbfbG1FbXWGTW9tkzvBYjylF+PYdvlcF538Bz XMIsgnrND1GSqRp4AH73oG7WC7MrYsIWv7Ljmyp7BRYB7glaREajMlLk9QcViQjAvi 18SxnD1IUEia+8F7i4HkA+cEPIOb2ot74dQsF48S2IeRV+GhuBLKI/792rWgBz9Uii w26Q9BTuolD6Q== Received: from unknown ([IPv6:2601:408:c301:784d:21e:4fff:fec2:a0f1]) by resomta-ch2-10v.sys.comcast.net with SMTP id aCh1dHTabHMYzaCh1dON0Z; Wed, 26 Jul 2017 03:09:00 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.7.0x Date: Tue, 25 Jul 2017 23:08:59 -0400 Message-ID: <20170625230859.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfP5CT5Oj31Q0dyzzp4SAb+fx91hFQLieyUYMERQHfsWPhPgZF4qp/e7zBiy2jYR3bby70/nIeeN7qGDMIh/Mc8zVmgKBKP9fXUpgIUukDxtjqCgvCaPa 9e1n3Pf2iG3oJRSKdAIn3qGPAi8t53oNkmg9kGqpQxFdfqrNcXC9o6Ge Subject: [Edbrowse-dev] -Wall X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 03:08:43 -0000 Edbrowse now compiles no errors with -Wall flag, at least on my machine and on the web server. Not sure if this changes very much, it made a few lines of code more readable I guess. export EBSTRICT=1 and run make in the src directory. This follows the model of EBDEBUG, but should we run with -Wall all the time, (Geoff) what is the corresponding flag in windows and should we set it always or conditionally, what changes should we make to CMakeLists.txt? I have no strong feelings on any of this, so whatever you-all think. Karl Dahlke