Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Kea
Kea
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 425
    • Issues 425
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 63
    • Merge Requests 63
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #589

Closed
Open
Opened Apr 30, 2019 by Francis Dupont@fdupontDeveloper

Ubuntu 19.04 warnings

Trying to compile Kea on Ubuntu 19.04 with g++ 8.3 with MySQL support it fails with 2 warnings:

  • a static cast with a const type (illegal because type qualifiers are not allowed): fix is to remove the const which BTW is useless
  • an unused parameter in a lambda: fix is to remove the parameter name.
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Kea1.6
Milestone
Kea1.6 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: isc-projects/kea#589