Hi,

On 07.02.20 19:58, Jon Evans wrote:

> In lib_id.h, LIB_ID::Test() is declared inside "#if defined(DEBUG)"

> But in lib_id.cpp, LIB_ID::Test() will never be implemented because it
> is wrapped in:
> #if 0 && defined(DEBUG)

lol, so this worked only because -DDEBUG was never defined for SWIG
before (because the invocation only pulls in COMPILE_DEFINITIONS and not
the CXX_FLAGS).

So that's three bugs fixed today, then. ¯\_(ツ)_/¯

   Simon

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to