[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Removing comment induces compiler error
From: |
Greg Chicares |
Subject: |
Re: [lmi] Removing comment induces compiler error |
Date: |
Mon, 13 Mar 2017 13:35:36 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 |
On 2017-03-09 02:24, Vadim Zeitlin wrote:
> On Wed, 8 Mar 2017 01:18:29 +0000 Greg Chicares <address@hidden> wrote:
>
> [...]
> GC> And it would be nice to reap an unanticipated dividend from all that
> GC> PCH work.
>
> Yes, indeed.
I even found a file that didn't include the ideal PCH header. Fixed.
> GC> Thus:
> GC>
> GC> On 2017-03-06 00:45, Vadim Zeitlin wrote:
> GC> | There are several possible solutions, but I think the most robust one
> GC> | could be to disable this warning with a compiler pragma in
> pchfile_wx.hpp
> GC> | and get rid of wx_dependent_objects in the makefiles entirely. This
> would
> GC> | keep things at the code, rather than the makefile, level which is IMO
> GC> | preferable and would rely on a convention we already use ("all files
> using
> GC> | wx must include pchfile_wx.hpp") instead of using heuristics.
> GC> |
> GC> | If you agree with this solution, please let me know if you'd like me to
> GC> | make (and test) the simple implementing it.
> GC>
> GC> Great idea--yes please!
>
> I think it's as simple as this (tested using the official build system):
>
> https://github.com/vadz/lmi/pull/55
Committed. Thanks.