Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Spot Spot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 132
    • Issues 132
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SpotSpot
  • SpotSpot
  • Issues
  • #215
Closed
Open
Issue created Jan 31, 2017 by Thibaud Michaud@tmichaud

Compilation error with clang++ 3.9.1

Compilation with clang++ 3.9.1 fails with :

escape.cc:70:11: error: use of the 'fallthrough' attribute is a C++1z extension [-Werror,-Wc++1z-extensions]
          SPOT_FALLTHROUGH;
          ^
../../spot/misc/common.hh:132:32: note: expanded from macro 'SPOT_FALLTHROUGH'
#    define SPOT_FALLTHROUGH [[fallthrough]]
                               ^
escape.cc:153:15: error: use of the 'fallthrough' attribute is a C++1z extension [-Werror,-Wc++1z-extensions]
              SPOT_FALLTHROUGH;
              ^
../../spot/misc/common.hh:132:32: note: expanded from macro 'SPOT_FALLTHROUGH'
#    define SPOT_FALLTHROUGH [[fallthrough]]
                           ^
Assignee
Assign to
Time tracking