bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Another trivial g++ 8.1.1 incompatibility


From: Juergen Sauermann
Subject: Re: [Bug-apl] Another trivial g++ 8.1.1 incompatibility
Date: Sun, 22 Jul 2018 16:38:46 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Hi Chris,

thanks, fixed in SVN 1057.

/// Jürgen


On 07/21/2018 05:05 PM, Chris Moller wrote:

This is the same as the last batch--don't know how I  missed it the first time:


Index: Svar_DB.cc
===================================================================
--- Svar_DB.cc  (revision 1055)
+++ Svar_DB.cc  (working copy)
@@ -316,7 +316,8 @@
                                                del, log);
    if (response)
       {
-        memcpy(&cache, response->get__SVAR_RECORD_IS__record().data(),
+        memcpy(static_cast <void *>(&cache),
+              response->get__SVAR_RECORD_IS__record().data(),
                sizeof(Svar_record));
         delete response;
       }


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]