Skip to content
Snippets Groups Projects
Commit 47575aab authored by Vaggelis Papoutsis's avatar Vaggelis Papoutsis Committed by Mark OLESEN
Browse files

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
parent 97c8e62f
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment