[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnucap-models
From: |
Felix Salfelder |
Subject: |
Re: gnucap-models |
Date: |
Sun, 3 Apr 2022 19:45:50 +0200 |
On Sat, Apr 02, 2022 at 08:44:24PM +0200, karl@aspodata.se 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