Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 563
    • Issues 563
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 69
    • Merge requests 69
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • KeaKea
  • Issues
  • #1637
Closed
Open
Issue created Jan 06, 2021 by Andrei Pavel@andreiMaintainer

Unnecessarily enforced -Werror in perfdhcp Makefiles

Noticed a compilation error on FreeBSD which was caused by these fringe -Werrors. They are the only ones out of all the Makefile.ams.

src/bin/perfdhcp/Makefile.am
6:AM_CPPFLAGS += -Werror

src/bin/perfdhcp/tests/Makefile.am
7:AM_CPPFLAGS += -Werror

I suggest to remove them. The proper way to enable -Werror is --with-werror which enables it everywhere.

Edited Jan 06, 2021 by Andrei Pavel
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking