cgal/Ridges_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/Ridges_3 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
examples/Ridges_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:26:59 +01:00
package_info/Ridges_3 Fix package dependencies 2019-05-10 12:41:25 +02:00
test/Ridges_3 Use imported targets everywhere 2020-04-15 14:06:13 +02:00