[OpenBabel-Devel] Warning about inconsistent dll linkage introduced by r4832

2012-06-09 Thread Noel O'Boyle
Hi Reinis, Your r4832 ("conformersearch.h: Fix -Wdelete-non-virtual-dtor") is causing a warning when compiling the bindings with MSVC. 1>C:\Tools\openbabel\trunk\include\openbabel/conformersearch.h(65) : warning C4273: 'OpenBabel::OBConformerFilter::~OBConformerFilter' : inconsistent dll linkage

Re: [OpenBabel-Devel] Warning about inconsistent dll linkage introduced by r4832

2012-06-09 Thread My Th
S , 2012-06-09 14:59 +0100, Noel O'Boyle rakstīja: > Hi Reinis, > > Your r4832 ("conformersearch.h: Fix -Wdelete-non-virtual-dtor") is > causing a warning when compiling the bindings with MSVC. > > 1>C:\Tools\openbabel\trunk\include\openbabel/conformersearch.h(65) : > warning C4273: 'OpenBabel::O

Re: [OpenBabel-Devel] Warning about inconsistent dll linkage introduced by r4832

2012-06-09 Thread Noel O'Boyle
Yes - it does. That's great. I've commited it in r4869. - Noel On 9 June 2012 16:05, My Th wrote: > S , 2012-06-09 14:59 +0100, Noel O'Boyle rakstīja: >> Hi Reinis, >> >> Your r4832 ("conformersearch.h: Fix -Wdelete-non-virtual-dtor") is >> causing a warning when compiling the bindings with MSVC