-
Notifications
You must be signed in to change notification settings - Fork 13
Description
$mkdir build
$cd build
$cmake ..
$make all
...
/usr/include/eigen3/Eigen/src/Core/Block.h:161:5: note: in expansion
of macro ‘EIGEN_INHERIT_ASSIGNMENT_OPERATORS’
161 | EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/me/Development/Code-Eli/example/airfoil_fit/airfoil_fit.cpp:21:
/home/me/Development/Code-Eli/include/eli/geom/curve/bezier.hpp: In member function
‘void eli::geom::curve::bezier<data__, dim__, tol__>::fit_only(std::vector<data__>&,
const fit_container_type&, const index_type&) [with data__ = double; short unsigned int dim__ =
2; tol__ = eli::util::tolerance]’:
/home/me/Development/Code-Eli/include/eli/geom/curve/bezier.hpp:866:19: warning: this
statement may fall through [-Wimplicit-fallthrough=]
866 | ++bi;
| ^~
/home/me/Development/Code-Eli/include/eli/geom/curve/bezier.hpp:868:17: note: here
868 | case(eli::geom::general::C1):
| ^~~~
/home/me/Development/Code-Eli/include/eli/geom/curve/bezier.hpp:874:19: warning: this
statement may fall through [-Wimplicit-fallthrough=]
874 | ++bi;
| ^~
/home/me/Development/Code-Eli/include/eli/geom/curve/bezier.hpp:876:17: note: here
876 | case(eli::geom::general::C0):
| ^~~~
/home/me/Development/Code-Eli/include/eli/geom/curve/bezier.hpp:880:19: warning: this
statement may fall through [-Wimplicit-fallthrough=]
880 | ++bi;
| ^~
/home/me/Development/Code-Eli/include/eli/geom/curve/bezier.hpp:882:17: note: here
882 | default:
| ^~~~~~~
make[2]: *** [example/airfoil_fit/CMakeFiles/AirfoilFitExample.dir/build.make:63: example/airfoil_fit/CMakeFiles/AirfoilFitExample.dir/airfoil_fit.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1040: example/airfoil_fit/CMakeFiles/AirfoilFitExample.dir/all] Error 2
make: *** [Makefile:95: all] Error 2