Re: gnucap-models
Felix Salfelder <[email protected]> Sun, 3 Apr 2022 19:45:50 +0200
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 02, 2022 at 08:44:24PM +0200, [email protected] wrote: > https://git.savannah.gnu.org/cgit/gnucap/gnucap-models.git > gives a few compiler warnings. > > A patch to fix thoose warnings is available at > http://aspodata.se/electronic/gnucap-models.patch Thanks for providing a patch. Ask Al for access to git... > { T3 = 0.0; > fprintf(stderr, "Warning: ku0we = %g is negatively too high. Negative mobility! \n"); > } Unsure what this is. Maybe some arcane printf implementation (old standard?) takes variable argument values from the stack. Maybe T3 should be second argument to printf, and %g stays there? cheers felix