2017-10-30 0:54 GMT+01:00 Peter Dunn :
> Thanks for this direction.
>
> But I am still confused, as the problem persists after attending to any
> possible issue: That piece of identified code only has four variables, and I
> can account for them all.
>
> The two variables its and aimrerr are now ex
Thanks for this direction.
But I am still confused, as the problem persists after attending to any
possible issue: That piece of identified code only has four variables, and I
can account for them all.
The two variables its and aimrerr are now explicitly initialised. So they
cannot be the
http://www.keittlab.org/
On Sun, Oct 29, 2017 at 2:56 PM, Uwe Ligges wrote:
>
>
> On 29.10.2017 19:25, Tim Keitt wrote:
>
>> Anyone have a fix for:
>>
>> Found the following significant warnings:
>>../windows/libpq-9.5.2/include/pg_config_ext.h:8:28: warning: ISO
>> C++ 1998 does not support
On 29.10.2017 19:25, Tim Keitt wrote:
Anyone have a fix for:
Found the following significant warnings:
../windows/libpq-9.5.2/include/pg_config_ext.h:8:28: warning: ISO
C++ 1998 does not support 'long long' [-Wlong-long]
? I tried prepending __extension__ to the definition and adding CXX_
Anyone have a fix for:
Found the following significant warnings:
../windows/libpq-9.5.2/include/pg_config_ext.h:8:28: warning: ISO
C++ 1998 does not support 'long long' [-Wlong-long]
? I tried prepending __extension__ to the definition and adding CXX_STD =
CXX11 to Makevars. This is external c