Resolve a compiler warning for the gmxapi Python package.
commit72a1c7e347bd9d612a8cddf26e035b29243a84fd
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 26 Jul 2019 17:06:14 +0000 (26 20:06 +0300)
committerChristian Blau <cblau@gwdg.de>
Tue, 6 Aug 2019 07:45:49 +0000 (6 09:45 +0200)
treef52be119708b8b8602bf557d63d69911c5704e35
parentab65104a4a53dc280b65f9d48f1f6bc5950762c0
Resolve a compiler warning for the gmxapi Python package.

The pybind macro to generate boiler-plate Python module initialization
around the module export code defines a non-static function required by
the Python C API, but this triggers the "missing-prototype" compiler
warning. This change adds the prototype to the module.h header file.

Change-Id: Id173e05c4400326f35b1848bbf0159aebc172a27
python_packaging/src/gmxapi/module.h