What is the option to "Ignore other projects" supposed to be used for in the back annotation system? Right now it appears that it isn't connected to anything outside the UI because I am getting an unused variable warning on it:
[1257/1983] Building CXX object eeschema/CMakeFiles/eeschema_kiface_objects.dir/tools/backannotate.cpp.o In file included from ../../eeschema/tools/backannotate.cpp:26: ../../eeschema/./tools/backannotate.h:112:34: warning: private field 'm_ignoreOtherProjects' is not used [-Wunused-private-field] bool m_ignoreOtherProjects; ^ 1 warning generated. -Ian
_______________________________________________ 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