mirror of https://github.com/CGAL/cgal
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;
^
```
|
||
|---|---|---|
| .. | ||
| doc/Jet_fitting_3 | ||
| examples/Jet_fitting_3 | ||
| include/CGAL | ||
| package_info/Jet_fitting_3 | ||
| test/Jet_fitting_3 | ||