Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Joy of this, Joy of that Date: 26 Nov 2024 08:49:06 GMT Lines: 15 Message-ID: References: <6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com> <20241120081039.00006d2a@gmail.com> <_YOcnXSM0Is_2tj6nZ2dnZfqnPednZ2d@earthlink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net HXvJxK0GN/ZJ3PNUPIu33QNqgOLyGuyp3ejR+5uhdsh+v3KBdl Cancel-Lock: sha1:AKC92lNjWDFptjJbt0/D+GPIcVE= sha256:AxRU1D03mHcXpIuYDr3Mpy/jDhqVkLwUv/vkNqYXwzA= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com comp.os.linux.misc:61369 On Tue, 26 Nov 2024 05:57:33 GMT, Charlie Gibbs wrote: > I wouldn't be surprised if it does soon - after all, it whines about > just about everything else these days. Each new version spits out tons > of new warnings, and I go over my code and get rid of every one > (sometimes correcting questionable code in the process). And then I > started compiling the Windows version of my stuff with MinGW, and the > process began anew. I think it was 11 that got stuffy about defining variables in header files. It never was a good practice but it was done frequently in some of our legacy code. Luckily yet another switch told it to shut up and go about its business like it always did. Trying to fix it would have been a month project for a newbie and we didn't have a newbie handy.