Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Workaround build error seen with clang 10 on freebsd.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 27 Aug 2019 12:12:59 +0000 (14:12 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 27 Aug 2019 12:12:59 +0000 (14:12 +0200)
commit62a552e4489a97a71f3cf9c35a8b6c7dadf89d13
treefd1fc77586d2427c31aa9b214286fedfc52d29ef
parentb1e0ba421ee21ff67fadc134db65917f58831a42
Workaround build error seen with clang 10 on freebsd.

In file included from [...]/src/bindings/python/simgrid_python.cpp:11:
In file included from /usr/local/include/pybind11/functional.h:12:
/usr/local/include/pybind11/pybind11.h:1078:9: error: expression result unused [-Werror,-Wunused-value]
        PYBIND11_EXPAND_SIDE_EFFECTS(add_base<options>(record));
[...]
src/bindings/python/simgrid_python.cpp