X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3mAdoWv/X5AJNRRKEwYnYREgrbO8i2PmVt5yAnkIkiM=; b=vxVhlVgGVAvlVuJk5wnL3RpknQkV+gV6zhUQYxblm/JPnAKkgYCp3z9EkmBbTGS56V 5c1MFkaRXITv5E0kO/BOzBRtMO9Kr2P/5uUaKaImXR0r4WH6TJm7yp1SsZ56MmpOOgb3 k/kj1YUjmst51JiudKtZhxO2YGYtCluz8/sYKCStGL8AO+F7tDQh4WX5+4iHjkup+Vbt QCqIYd4wu2t6ZDh69NNDSmGHgEMuMemZsWQDyp06h/2UOUHAgPMtYmB3lmi3c3jN218r ckHKaEmApb64OZb7LPddbQesRl/bhxhj8WmDOvDCZgOJDSbhUed7XwIpn8zDTrHfaP0P MR1w== MIME-Version: 1.0 X-Received: by 10.50.115.67 with SMTP id jm3mr1414514igb.65.1370725570483; Sat, 08 Jun 2013 14:06:10 -0700 (PDT) In-Reply-To: <51B395EE.4050406@neurotica.com> References: <82BD0858-A229-4675-A3BD-17C7A2056654 AT jump-ing DOT de> <51B3848C DOT 8030106 AT neurotica DOT com> <51B38DFC DOT 8040405 AT sbcglobal DOT net> <51B395EE DOT 4050406 AT neurotica DOT com> Date: Sat, 8 Jun 2013 14:06:10 -0700 Message-ID: Subject: Re: [geda-user] Re: refdes renumber From: Bob Paddock To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Of course. But it is behavior deserving of praise. Almost nobody takes > pride in their work anymore. I also build all of my code with "-Wall" when > using GCC (enable all warnings, even the useless ones) and work until they > are ALL gone. > > People have laughed at me for that...but then I get paid to clean up their > messes. ;) Same here. # -Werror : Make all warnings into errors, to stop the build until the error is fixed. CFLAGS += -Werror