On Fri, 27 Jan 2017, Marcin Błażejowski wrote:
Hi,
I got a warning today:
----
In regard to function...
obsolete use of "=" as Boolean test: please use "=="
----
The problem is that in given function all ifs have "==" expression
(including condition for loop...while).
In git I've amended the warning message to print the expression in
which "=" seems to be used as a Boolean test. Hopefully this should
either confirm that gretl is right or expose a bug that we can fix.
Allin