openbabel:FixWarnings

Last commit made on 2018-01-11
Get this branch:
git clone -b FixWarnings https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
FixWarnings
Repository:
lp:openbabel

Recent commits

a6c84d5... by baoilleach

Use a portable way to mark variables as unused. Hopefully fix MSVC build.

3934c5e... by baoilleach

Rebase and fix error.

1cfaebd... by baoilleach

Add back the dtor I removed so that things compile.

ba49902... by baoilleach

Get rid of warning about unused variable.

b6e1394... by baoilleach

Fix reorder initialization warning

a223ee2... by baoilleach

Fix signed/unsigned comp

1cf13c0... by baoilleach

Fix a warning about an unused param by trimming down a bunch of no-longer used methods in OBAromaticTyper. To begin with, this no longer needed to inherit from OBGlobalDatabase, and so I removed that, and the associated private variables and public methods. In the end, it's essentially a single function and could be turned into that, but I've left it as it is.

0300b92... by baoilleach

Fix signed/unsigned. Also initialization reorder.

c662528... by baoilleach

Fix signed/unsigned by changing the parameter type for StripSalts and GetConformer. Fix warning about type qualifiers being ignored for 'internal' function DeleteStereoOnAtom by changing 'const' to 'static' (presumably a mistype (pun alert))

f3d4c75... by baoilleach

Change API for OBVirtualBond to use unsigned ints for bgn,end,order. I'm not sure that we really need this class in the first place, but if we do, it should use unsigned ints. This fixes a signed/unsigned comparison warning in mol.cpp.