libqtlua-list
[Top][All Lists]
Advanced

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

Re: [Libqtlua-list] (Almost) Successful build on Windows using CMake and


From: Alexandre Becoulet
Subject: Re: [Libqtlua-list] (Almost) Successful build on Windows using CMake and VC10
Date: Sat, 03 Dec 2011 11:48:47 +0100
User-agent: KMail/4.7.1 (Linux/3.0-ARCH; KDE/4.7.1; x86_64; ; )

On Saturday, December 03, 2011 02:46:58 AM Evan Comes wrote:

 

Hi,

 

> The compilation is stopping specifically because these functions do not

> return a value, even though they are supposed to.

> Is this a missing TODO? What would be the best course of action regarding

> this problem (i.e. should i wait for a fix, try to fix it my self, or is

> there a workaround)?

 

The std::abort() function never returns. You can add this line at the end of the functions to make your compiler happy:

 

return ValueRef(Value(_ls), Value(_ls));

 

Let me know and I will commit the fix.

 

--

Alexandre


reply via email to

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