cgal/Jet_fitting_3
Laurent Rineau 5cf51b0bb7 Fix warnings [-Wnon-c-typedef-for-linkage]
Example of such a warning:
```
.../test/Jet_fitting_3_Examples/PolyhedralSurf.h:148:19: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
    typedef struct {
                  ^
                   FGeomTraits
.../test/Jet_fitting_3_Examples/PolyhedralSurf.h:149:5: note: type is not C-compatible due to this member declaration
    public:
    ^~~~~~~
.../test/Jet_fitting_3_Examples/PolyhedralSurf.h:151:7: note: type is given name FGeomTraits for linkage purposes by this typedef declaration
    } FGeomTraits;
      ^
```
2020-12-10 14:58:06 +01:00
..
doc/Jet_fitting_3 extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
examples/Jet_fitting_3 Fix warnings [-Wnon-c-typedef-for-linkage] 2020-12-10 14:58:06 +01:00
include/CGAL extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
package_info/Jet_fitting_3 Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Jet_fitting_3 Use imported targets everywhere 2020-04-15 14:06:13 +02:00