Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • sight sight
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 121
    • Issues 121
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sight
  • sightsight
  • Merge requests
  • !833

enh(build): enable same warnings in GCC & clang

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Lucas SCHMIDT requested to merge 884-enh-build-enable-same-warnings-in-gcc-clang into dev Nov 04, 2022
  • Overview 28
  • Commits 10
  • Pipelines 7
  • Changes 112

Description

These changes enable the same warnings in GCC and Clang by enabling all warnings on these compilers and then filter out the warnings that don't appear on both compilers and the warnings that aren't useful.

Closes #884

How to test it?

It should compile without any error, the fix shouldn't induce any regression.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 884-enh-build-enable-same-warnings-in-gcc-clang