openfoam/applications/utilities/mesh/conversion/ansysToFoam
Vaggelis Papoutsis 47575aabf2 COMP: compilation with clang (c++17) and older flex files (fixes #3337)
- The register keyword has been removed from c++17 but old flex
  versions (version < 2.6.0) produce code including it, leading to
  compilation errors when using clang (despite disabling the diagnostic).
  gcc compiles but issues warnings.

- use '#define register' as empty as a workaround
2025-03-17 09:58:20 +01:00
..
Make STYLE: adds comments in empty Make/options files 2018-11-13 15:21:13 +01:00
ansysToFoam.L COMP: compilation with clang (c++17) and older flex files (fixes #3337) 2025-03-17 09:58:20 +01:00