From: Daniel Arndt Date: Mon, 25 Nov 2019 03:21:05 +0000 (-0500) Subject: Add comment X-Git-Tag: v9.2.0-rc1~845^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9088%2Fhead;p=dealii.git Add comment --- diff --git a/contrib/python-bindings/source/export_point.cc b/contrib/python-bindings/source/export_point.cc index 029091abf4..b700247d01 100644 --- a/contrib/python-bindings/source/export_point.cc +++ b/contrib/python-bindings/source/export_point.cc @@ -20,6 +20,8 @@ #include +// clang complains about explicitly assigning boost::python::self to itself +// below. However, this is the correct way to define the python bindings. #ifdef __clang__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wself-assign-overloaded"